Visual Studio 2008 SP1 supports debugging of traditional ASP files. The specific methods are as follows:
1. Enable ASP server-side script debugging in the settings in IIS, as shown in the figure:
1. Enable ASP server-side script debugging in the settings in IIS, as shown in the figure:
2. Use VS2008 SP1 to open the ASP website, as shown in the figure:
3. Open the asp file and then attach the process, as shown in the figure:
4. Set breakpoints in the asp file, as shown in the figure:
5. Open the page with a browser, and VS2008 SP1 will stop at the breakpoint. As shown in the picture: