728x90 AdSpace

Latest News

martes, 28 de abril de 2015

Como insertar su propio logo en el portal MBAM Self Service (BitLocker)

Como insertar su propio logotipo en el portal de MBAM Self Service


Uno de mis clientes me ha pedido una customización inexistente del portal MBAM Self Service. Que es insertar el logotipo de la empresa en lugar del texto que es configurable através de "Application Settings" en IIS Manager. Como puede ver abajo no hay como insertar el logo. Solamente "Company Name".

Como insertar su propio logotipo en el portal de MBAM Self Service

El procedimiento es el siguiente;

Ponga su archivo del logo en  "C:\inetpub\Microsoft BitLocker Management Solution\Self Service Website\Content\Images" (I used 250x110px dimensions).

Edite el siguiente archivo en Notepad "C:\inetpub\Microsoft BitLocker Management Solution\Self Service Website\Views\Shared\Site.Master" and change as following;

Notice that instead of deleting the original I just comment.


<div id="header">
      <div class="content">
           <% Html.RenderPartial("UserIdentityControl"); %>
           <h1>
               <img src="img src="<%= Url.Content("~/Content/Images/LOGO_FILENAME_HERE.PNG") %>" alt="Lincoln electric">" alt="WHATEVER YOU WANT">
               <!-- <asp:Literal runat="server" Text="<%$appSettings:CompanyName %>" /> -->
           </h1>
       </div>


  • Blogger Comments
  • Facebook Comments

0 comentarios:

Publicar un comentario

Item Reviewed: Como insertar su propio logo en el portal MBAM Self Service (BitLocker) Description: Rating: 5 Reviewed By:
Scroll to Top