Note that there are some explanatory texts on larger screens.

plurals
  1. POasp.net development server + FF issue. IE OK
    text
    copied!<p>Guys, I've came across this problem I can't resolve myselg, I'm pretty sure I miss something pretty obvious, but that's usually how it is. </p> <p>I'm developing my asp.net webapp in VS2008, XP SP3. When I want to debug, the asp.net starts the development server and the default browser associated with the vs2008 opens up and loads the page. In IE7 it loads the application, in FF3 I get :</p> <ul> <li>connection failed (111) connection refused</li> </ul> <p>This problem has just popped out this morning, after the restart of the computer (usually I just put it into a sleep mode) and until now it was working ok for both IE or FF. I can't think of anything that could have had changed since, there were no windows updates, just the antivirus, also I put the solution to SVN (but didn't do update on my end).</p> <p>Any ideas? </p> <p>Thanks heaps!</p> <p>UPDATE: from FF console:</p> <p>Request headers<br/> Host: localhost:3691 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)<br/> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,<em>/</em>;q=0.8<br/> Accept-Language: en,sk;q=0.8,cs;q=0.5,en-us;q=0.3<br/> Accept-Encoding: gzip,deflate<br/> Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7<br/> Keep-Alive: 300<br/> Proxy-Connection: keep-alive<br/> Referer: <a href="http://localhost:3691/CLIENT/Default.aspx" rel="nofollow noreferrer">http://localhost:3691/CLIENT/Default.aspx</a><br/> Cookie: tmTOCSaveStateCookie=undefined%2CRESOURCE_1; pmTOCSaveStateCookie=undefined<br/> Pragma: no-cache<br/> Cache-Control: no-cache<br/></p> <p>Response headers:<br/> Server: squid/2.6.STABLE16<br/> Date: Thu, 02 Jul 2009 08:32:21 GMT<br/> Content-Type: text/html<br/> Content-Length: 993<br/> Expires: Thu, 02 Jul 2009 08:32:21 GMT<br/> X-Squid-Error: ERR_CONNECT_FAIL 111<br/> X-Cache: MISS from proxy.xyz.xyz<br/> Via: 1.0 proxy.xyz.xyz:8080 (squid/2.6.STABLE16)<br/> Proxy-Connection: close<br/></p> <p>I've tried to turn off firewall, antivirus but no luck. Has it got something to do with authentication?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload