Connection refused error from browser

  • Thread starter Thread starter Parag Mahajan
  • Start date Start date
P

Parag Mahajan

Hi,

I am able to browse my ASP.Net webapplication from IE (maybe because of some
settings).
But when I try to see the same page from a Firefox browser (non- IE
browser), I am getting
"Error Code 10061: Connection refused".

We have the internet connection available through a manual proxy setting.
And these settings are replicated in all browsers (IE as well as Firefox).
Can anyone please tell me what additional settings are required for Firefox
(in this case) to see my web application running on the Firefox?

Thanks and Regards,
Parag.
 
Have you actually deployed the new app? If not, and you are using VS
2005, then maybe you are missing the port number used by the
VisualStudio ASP.NET Development server.

mnichols
 
Back
Top