Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Error Unable to start debugging on the web server

Help I get the following error:

Error while trying to run project: Unable to start debugging on the web server

Debug:
Auto-attach to process '[2128] aspnet_wp.exe' on machine 'bulldog' failed. Error code 0x8013134b.

I started a asp.net web application in visual studio,
It automatically named it webapplication1 for me

then when I press F5 to run the program I get the above error
[450 byte] By [kenn_rosie] at [2007-11-11 7:31:35]
# 1 Re: Error Unable to start debugging on the web server
http://www.google.com/search?q=asp.net+unable+start+debugging+web+server
Phil Weber at 2007-11-11 23:13:44 >
# 2 Re: Error Unable to start debugging on the web server
hey kenn, jus try this..go to IIS-> go to the application right click ->properties-> There give Create application. This would work if it does nt
Go to add/remove programs->add remove windows components-> uncheck the "internet information services" and click ok. and do the same thing by reinstalling the internet information services . after doing that in in .NET command prompt type
aspnet_regiis -i
This should work.
raghavandx at 2007-11-11 23:14:39 >
# 3 Re: Error Unable to start debugging on the web server
raghavandx thanks for the tip... that solved the problem!
kenn_rosie at 2007-11-11 23:15:44 >