Unable to browse ASP.Net application

Asked By 10 points N/A Posted on -
qa-featured

 

I am unable to browse my ASP.Net web application from any of browser. Every time I try to see the same page, I get the following error message…

Error Code: 10061, Connection Refused

 

I have internet connection available through a manual proxy setting and these settings are implicated in all browsers. Can anyone tell me what this error is and its reason as well?

SHARE
Answered By 5 points N/A #79840

Unable to browse ASP.Net application

qa-featured

 

10061 is a TCP/IP error which says that there is a TCP/IP connection error between the local and remote machines. You can solve this error by following steps…

 

1. Reset your local and remote default TCP port usage (6129). Within DWMRC, select the desired host entry and click the settings button and make sure that the port number is set to 6129 on remote workstation.

2. Refresh your page as timeout may have occurred due to internet congestion.

3. Are you typing the web address correctly? It might be typed incorrectly.

4. You may want to contact the web administrator to make sure that the web page still exits and you are not blocked to see that page.

 

There may be some other application using the same port. If yes, then stop that service. And see if the it solves the issue for you.

 

There may also be Microsoft name resolution/routing problem. Simply install a service using installed protocol via windows API.

Also check if there is a problem with your network setup in case of fire fox. Also verify that IP address and hostname on the remote computer are correct.

Related Questions