asp.net and vs.net

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

Curt_C [MVP]

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

Kristoffer Arfvidson

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
 
H

Hermit Dave

are you a member of administrator and debuggers group on the machine you are
trying to debug on ?
 

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