Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: asp.net debugging question


Message #1 by "Peter Zhu" <zhupeter80@y...> on Thu, 17 Jan 2002 13:48:41
I am building a testing web site using asp.net.  The code won't stop at 

the break point in debugging.  However, I started a new web project and 

the break point works.  I guess there must be some settings wrong in my 

first project.  Any help ?



Regards,

Peter



Message #2 by "Dmitry Zakharov" <brook74@h...> on Tue, 29 Jan 2002 11:30:25
Try following:

1) Go to IIS and choose there folder of your project.

2) Rigth click on it and choose Properties.

3) Choose Virtual Directory tab

4) Set Application Protection to Higth(Isolated)

5) Hit 'Configuration' button and choose App Debuging tab. Check bothe 

checkboxes at the top.



If will not help just reinstall VS.NET ;-)


  Return to Index