- Ensure web.config has debug="True"
- Ensure that you are attaching to the correct w3wp.exe process
- Ensure that the App Pool configuration that is associated with this site in IIS has Maximum Worker Processes set to 1 (found in the Process Model section).
- Ensure that the ASP configuration for the site in IIS allows Client and Server debugging (found in the Debugging Properties section).
- Ensure that machine.config does not have retail="True" in the deployment tag. The default for this attribute is false, which will permit debugging.
2015-03-11
Breakpoints
Getting breakpoints to work with Classic ASP and ASP.NET 2.0, with IIS running locally.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment