Click here to Skip to main content
15,886,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI,
I have created one web application using vs2008 and i am using windows xp.when i try to debug the webrowser displaying the
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

This is the first time I am getting this type of error. Even the default.aspx page also not able to debug.
I have changed the default browser and tried with mozila,chrome,ie but also the result is same. please provide solution to solve this problem
thanks in advance

[edit] Shouting removed- OriginalGriff[/edit]
Posted
Updated 22-Jun-11 9:03am
v2
Comments
OriginalGriff 22-Jun-11 15:03pm    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.

0) Try clearing your browser cache.

1) Try creating a new web site, add nothing to it, and see if you can browse to it. If you can, there might be something wrong with your other web site code.

2) Try re-creating your application as a web site (as opposed to a web app).
 
Share this answer
 
v2
Comments
rk2010 23-Jun-11 5:28am    
That is showing the same Error for a default page.but it is debugging with internal browser not with mozila, IE,Chrome
Add this line in your web.config and try it
C#
<system.web>
    <httpruntime executiontimeout="999" maxrequestlength="2097151" /></system.web>
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900