How to: Enable Script Debugging in Internet Explorer

Before you can use Visual Studio to debug script running in Internet Explorer, you must enable script debugging in Internet Explorer. Script debugging in Internet Explorer is disabled by default.

To Enable Script Debugging in Internet Explorer

  1. In Internet Explorer, choose Internet Options from the Tools menu.

  2. In the Internet Options dialog box, click the Advanced tab.

  3. On the Advanced tab, under Browsing, clear Disable Script Debugging.

  4. Click OK.

See Also

Reference

Debugging Script Objects in ASP Pages

Concepts

Understanding ASP Script Processing

Other Resources

Debugging ASP Applications