How can I troubleshoot this problem?
In an ASP.NET application, I have a button that with this code in the handler:
Response.Redirect( FormsAuthentication.DefaultUrl, false );
Sometimes, when an intranet user clicks the button, IE 6 waits for 130 seconds before showing its "Cannot find server or DNS error" page.
I've never been able to reproduce this in Firefox 3, in a different IIS/DB server environment or with a standard hyperlink on the same page.
No exceptions are being reported by ELMAH due to this.
Jon Skeet - The URL used on the error page is the origination page, not the DefaultUrl. Refreshing the error shows the origination page. I'll log the content of DefaultUrl to make sure its correct and post the results.
This has seemingly disappeared without explanation.
