unable to start debugging on web server. the underlying connection was clossed
-
Hi, In my asp.net application when we start debug the following error is occured - "unable to start debugging on web server. the underlying connection was closed: An Unexpected error on send" Regards SMK
-
Hi, In my asp.net application when we start debug the following error is occured - "unable to start debugging on web server. the underlying connection was closed: An Unexpected error on send" Regards SMK
Hi There The chances of this happening is to you is, You create an ASP.NET Web application by using localhost as the Web server, and you change the Web site setting in Microsoft Internet Information Services (IIS) to use the specific IP address for Web Site Identification. Then, when you run the application, you receive the following error message Please try a search on google for this. You have to open your WebApp.csproj.webinfo file(c#) and modify the localhost and give you IP address. And further few steps. This you may apply for the case above. I am not providing you complete solution because its pretty much there on google. Please try searching and you will easily find the solution. If still not. Please write back. Thanks Cheers Menon