Setting up debugging

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

I just rebuilt a web server that had been operational for a long time. I
brought up an asp.net application in VS AE and I get the message that it is
not set up for debugging. I double checked the web.config and the:

-->

<compilation

defaultLanguage="c#"

debug="true"

/>

info is there.

What am I missing?



Any help is greatly appreciated.
 
Back
Top