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
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 ;-)