asp.net and vs.net

  • Thread starter Thread starter Luke Smith
  • Start date Start date
L

Luke Smith

When clicking the 'start' button in vs.net i get the following error.
however in my web.config file its set correctly.

"trying to run project: Unable to start debugging on the web server. The
project is not configured to be debugged."

<compilation
defaultLanguage="c#"
debug="true"
/>

any suggestions?
 
right click on the project, there is a debugging section in the
properties... make sure it's enabled there. I've had to disable/re-enable to
get it to work right sometimes.
 
I get the same, and when I try to do this, all I get is an error msg where
it says...

The debugger component on the web server failed to connect to the local
machine...

WHY is this???
I have my server on my local network, I don´t see why it cant connect to
me...
It could maybe something about rights and passwords (login) but, where do I
then enter theese settings on the server???

Yours: Kristoffer
 
are you a member of administrator and debuggers group on the machine you are
trying to debug on ?
 
Back
Top