I was recently asked to change the logon screen for Our Outlook Web Email, to make it fit my companies logos etc.
Similar to what is done here
Ive done this but Iv'e also been asked to change some of the text on the logon and logoff screens, but can only find an article on how to do this in 2003
(under changing the basics)
Which doesn't apply anymore (it was asp not aspx). Looking at the logon.aspx for 2007 the text is not hard coded in the page but seems to be dynamically generated, ie
Response.Write(LocalizedStrings.GetHtmlEncoded(Strings.IDs.LogoffMessage));
v'e looked in the web.config file and can't see anything. Could anyone tell me where the message texts are stored and where/how I can alter them?
many thanks for your help
AndyH1
Similar to what is done here
Ive done this but Iv'e also been asked to change some of the text on the logon and logoff screens, but can only find an article on how to do this in 2003
(under changing the basics)
Which doesn't apply anymore (it was asp not aspx). Looking at the logon.aspx for 2007 the text is not hard coded in the page but seems to be dynamically generated, ie
Response.Write(LocalizedStrings.GetHtmlEncoded(Strings.IDs.LogoffMessage));
v'e looked in the web.config file and can't see anything. Could anyone tell me where the message texts are stored and where/how I can alter them?
many thanks for your help
AndyH1