sablain:
However, I get a page cannot be displayed message with the url of the page being called instead of being redirected to the login page.
loginUrl="mmslogin.aspx"
Hi
Is it a 404 no found exception?
You may try to specify absolute path for the loginUrl property.
loginUrl="~/mmslogin.aspx"
Best Regards
XiaoYong Dai
Microsoft Online Community Support
Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.