Not sure if we are going about this the right way but we are working on getting the iMIS 15.1 public view ready for production. We've create a master page and template directory but so far when we change the web.config file to point to the new master page it reverts back to the Public.master file in sub pages.
We have tried to change the code in the events.aspx file from:
<%@ page language="c#" inherits="Asi.Bae.Web.Events.Events, Asi.iWC.Core.Events" masterpagefile="~/Templates/MasterPages/public.master" title="Events" enableEventValidation="false" %>
to:
<%@ page language="c#" inherits="Asi.Bae.Web.Events.Events, Asi.iWC.Core.Events" masterpagefile="~/Templates/MasterPages/myMaster.master" title="Events" enableEventValidation="false" %>
This still didn't work and I'm not sure I like the idea of having to change all those files because I can see this comming back on us when the next release of iMIS comes out.
Any suggestions would be appreciated.
In 15.1, WCM controls the
In 15.1, WCM controls the look and feel of a website.
To change the public website's master page, logon to iMIS.
1. Go to iSA on the top menu.
2. Click on Manage Websites
3. Click on iMIS Web View
4. Expand the Site look and feel web part on website properties page.
5. Change the master page from the drop down labelled "MasterPage/Template to use for the site's layout".
Let me know if this works for you.
Regards
Nasser