IIS: Debugger on ASP net won't work

PaperDog

New member
Joined
Mar 7, 2006
Messages
2
Location
Texas
Programming Experience
5-10
:( I can't launch my aspx page (from localhost) in debug mode.

I'm forced to to run it without the debug . THe page compiles fine but it doesn't display my rendered code blocks.

Web.config file is fine (Debugger set to true)

I need help to get my asp pages to work..Any suggestions?

Thanks
 
If I remember correctly you have to enable debugging in the IIS console. I think it was (in console) properties of application folder, Directory page, 'configuration..' button.
 
Back
Top