"Unable to start debugging on the web server"

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?
 
Y

yatharth

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.
 
E

emr

Hi, i had the same problem.

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

this solved my problems.
 
A

Asanka

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top