devxlogo

Configure IIS for Debugging ASP Pages in Interdev

Configure IIS for Debugging ASP Pages in Interdev

In order to debug ASP pages in Visual Interdev, you need to change some some IIS settings.

  1. Open the Internet Service Manager console (using the inetmgr command on Start?>Run).
  2. Right click the Web site you plan to debug and select Properties. Make sure the Application Protection is set to Low (IIS Process).
  3. Click the Configuration tab and then click the App Debugging tab.
  4. Check ON the Debugging flags (Enable ASP Server-side Script Debugging and Enable ASP Client-side Script Debugging).
  5. Restart the IIS.
  6. In Interdev, put a breakpoint in your ASP code and click Debug|Processes. You should see a process named inetinfo.
  7. Select that process and click Attach.
  8. Now browse to the page where you added breakpoint and it should stop at the breakpoint.

Happy Debugging!

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist