Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
unable to start debugging on the web server could not start asp.net debugging vs2010
error while running project please help..
Posted
Comments
Richard C Bishop 19-Feb-13 12:19pm    
That is not a question. Please elaborate on what you are attempting to do and provide more details.
Member 8825505 19-Feb-13 21:48pm    
i am trying to run asp.net mvc application with vs 10 and this error comes
ZurdoDev 19-Feb-13 13:40pm    
There are a lot of reasons so googling may help a little more. IIS may be configured wrong, there may be an issues with web.config, etc.
Member 8825505 19-Feb-13 21:50pm    
how to configure iis please tell me.
ZurdoDev 19-Feb-13 21:59pm    
It depends on various things. It isn't something we can tell you. Is the Project set to run through IIS or directly through Visual Studio?

i have solve the above problem
start
run
cmd
on path
c:\windows\microsoft.net\framework\frameworknamehere(ex.v4.....)\reg_iis -i
after this error solved
 
Share this answer
 
Hi,

Check once IISReset command in Command Prompt, this will reset the IIS settings. If there are any problems in the settings.
 
Share this answer
 
Comments
Member 10694652 24-Mar-14 7:33am    
Thank you thank you thank you! I'm running VS2008, one minute I'm debugging as normal, the next I suddenly get this error and can't debug anymore... spent the last 2 hours trying to find a solution, messing with settings all over the place, restarting everything, reverting to an older version of the project... finally this saved me, I just ran IISReset and debugging works once again.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900