I have a SharePoint 2010 on Win2008R2 site integrated with OpenID and a Windows Authentication logon. When the user click the button to logon with Windows Auth, and the credentials box pops up, if the user cancels that process, I get a 401.2 error.
Based on pointers in this site and others, I have set the Error Pages in IIS to trap the 401.2 and perform a redirect to a more meaningful error page. However, when I add in the 401.2 status code, the login prompt no longer pops up and is replaced by this message.
The page cannot be displayed because an internal server error has occurred.
If I remove the status code in IIS, it all works again.
Looking for some advice on how to get pass this and make the error handling work.
Thanks.
