Intermittent "Cannot find server or DNS error" on Response.Redirect. - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-11-27T02:16:03Z http://stackoverflow.com/feeds/question/201541 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/201541/intermittent-cannot-find-server-or-dns-error-on-response-redirect 0 Intermittent "Cannot find server or DNS error" on Response.Redirect. [closed] Greg 2008-10-14T15:03:45Z 2009-10-28T18:24:53Z <p>How can I troubleshoot this problem?</p> <p>In an ASP.NET application, I have a button that with this code in the handler:</p> <pre><code>Response.Redirect( FormsAuthentication.DefaultUrl, false ); </code></pre> <p>Sometimes, when an intranet user clicks the button, IE 6 waits for 130 seconds before showing its "Cannot find server or DNS error" page.</p> <p>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.</p> <p>No exceptions are being reported by ELMAH due to this.</p> <p><hr /></p> <p>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.</p> <p><hr /></p> <p>This has seemingly disappeared without explanation.</p> http://stackoverflow.com/questions/201541/intermittent-cannot-find-server-or-dns-error-on-response-redirect/201549#201549 2 Answer by Jon Skeet for Intermittent "Cannot find server or DNS error" on Response.Redirect. Jon Skeet 2008-10-14T15:05:23Z 2008-10-14T15:05:23Z <p>Does IE show the correct URL and work when you retry? Is the DefaultUrl definitely appropriate (e.g. suitably qualified etc)?</p>