Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Server-side script files are visible in Solution Explorer. Client-side script files are visible only when you are in debug mode or break mode. Client-side script files appear in the Script Documents node.
For some application types that dynamically generate pages, it is easier to enter break mode and debug when you set a breakpoint from a script document that is loaded in the browser. Similarly, you can add the debugger statement from a loaded script document to enter break mode. This article shows how to view these documents.
To view a server-side script document
In Solution Explorer, open the <Website Pathname> node.
Double-click the script file that you want to view.
The server-side script file opens in a source window.
To view a client-side script document
In Solution Explorer, open the Script Documents node.
Double-click the script file that you want to view.
The client-side script file opens in a source window.