vote up 0 vote down star

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.

flag

closed as no longer relevant by Greg Nov 18 '08 at 16:44

1 Answer

vote up 2 vote down

Does IE show the correct URL and work when you retry? Is the DefaultUrl definitely appropriate (e.g. suitably qualified etc)?

link|flag
I've updated the original issue to answer this. – Greg Oct 14 '08 at 15:29

Not the answer you're looking for? Browse other questions tagged or ask your own question.