This is a problem I have encountered since installing VS.NET 2003 (just installed). I have googled this error and searched thru several forums including MSDN. The exact error I get is: Error while trying to run project: Unable to start debugging on the web server. No more messages. No errors in the event viewer.
--I installed IIS before .NET.
--I have the previous version of .NET installed and it's debugger worked previously.
--I am a member of the debuggers groups.
--I have debug set to true in the web config file.
--I have executed aspnet_regiis.exe -u in the older framework and executed aspnet_regiis.exe -i in the newer framework directories, both successfully
--I have executed regsvr32 aspnet_iisasp.idll successfully
--In the properties of the application, it is in debug mode and ASP.NET debugging is checked.
This project debugs fine on my laptop and my work computer, but not my home PC. Can someone help?
--I installed IIS before .NET.
--I have the previous version of .NET installed and it's debugger worked previously.
--I am a member of the debuggers groups.
--I have debug set to true in the web config file.
--I have executed aspnet_regiis.exe -u in the older framework and executed aspnet_regiis.exe -i in the newer framework directories, both successfully
--I have executed regsvr32 aspnet_iisasp.idll successfully
--In the properties of the application, it is in debug mode and ASP.NET debugging is checked.
This project debugs fine on my laptop and my work computer, but not my home PC. Can someone help?