VisualStudio.NET hangs when loading and debugging webservices.
-
Hello All, I have a webservice application that runs fine on most of our development machines, but the interns machine has demons. When he first tries to load the application the little window that says its contacting the server never completes. He was previously getting some http 500 internal errors while loading also. Well, the next step involved us creating a new webservice on the machine, it creates fine, but when he tries to run it in debug mode we get a "Error while trying to run the project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request". Note that we have reinstalled both iis and visual studio .net 2003. He is running windows 2000. Any suggestions would be greatly appreciated. Thanks, Ryan
-
Hello All, I have a webservice application that runs fine on most of our development machines, but the interns machine has demons. When he first tries to load the application the little window that says its contacting the server never completes. He was previously getting some http 500 internal errors while loading also. Well, the next step involved us creating a new webservice on the machine, it creates fine, but when he tries to run it in debug mode we get a "Error while trying to run the project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request". Note that we have reinstalled both iis and visual studio .net 2003. He is running windows 2000. Any suggestions would be greatly appreciated. Thanks, Ryan
Usually when a machine has problems running web service application, I find the following command to help: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i That will go through all your virtual directories and assign the 1.1 framework version to be used for all the aspx extensions. This is also a pretty good article on common debugging problems with .NET http://www.gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc If neither of those things help, then I've not run across this type of condition before.
-
Usually when a machine has problems running web service application, I find the following command to help: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i That will go through all your virtual directories and assign the 1.1 framework version to be used for all the aspx extensions. This is also a pretty good article on common debugging problems with .NET http://www.gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc If neither of those things help, then I've not run across this type of condition before.
-
Usually when a machine has problems running web service application, I find the following command to help: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i That will go through all your virtual directories and assign the 1.1 framework version to be used for all the aspx extensions. This is also a pretty good article on common debugging problems with .NET http://www.gotdotnet.com/team/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc If neither of those things help, then I've not run across this type of condition before.