"Unable to start debugging on the web server"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have copied my ASP.NET solution from one computer with VS.NET to another,
but when I try to run my solution I get the following error message:

"Microsoft Development Environment"
"Error while trying to run project: Unable to start debugging on the web
server. This project is not configured to be debugged."

When I click help it says that you should have the debug property of the
Web.config file set to true - which I already have. It also says that the
debug verb should be associated with .aspx - how to make sure of this? What
could otherwise be the problem?
 
ckeck the IIS in which click on the properties of the project u r using
and click remove and then click create and then run again it will work.
 
Hi, i had the same problem.

iis in computer management
Default Web Site--> properties-->home directory
application name -> create

this solved my problems.
 
If your .Net IDE and IIS ASP.NET version not matched, this message will
display.
go to IIS -> right clicke on hosted application -> go to properties -> go
to 'ASP.NET ' Tab -> select ASP.NET version from drop down .( should same as
your IDE)

Note : there may be different solutions, but this is work for me. just try it.
 
Back
Top