Hi,
To debug script code that runs on a remote computer, you must add the process that hosts the script code to the application exceptions list. Typically, in classic ASP debugging, the Dllhost.exe process or the Inetinfo.exe process hosts the script code. However, for a script that runs in Microsoft Internet Explorer, the Iexplore.exe process or in the Explorer.exe process generally hosts the script code.
To add the process that hosts the script code to the application exceptions list, follow these steps:
| 1. |
Click Start, click Run, type firewall.cpl, and then click OK. |
| 2. |
In Windows Firewall, click Add Program on the Exceptions tab. The Add a Program dialog box appears. |
| 3. |
In the Add a Program dialog box, click Browse. Locate the process that hosts the script code, and then click OK. The application of the process that hosts the script code appears in the Add a Program dialog box.
For example, if you locate the iexplore.exe process in this step, Internet Explorer appears in the Add a Program dialog box. |
| 4. |
In the Scope area, click My network (subnet) only. (This step is optional.) |
| 5. |
In the Add a Program dialog box, click OK. |
| 6. |
In Windows Firewall, click OK to save your settings. |
For more information, see http://support.microsoft.com/kb/908099/en-us (Enable script debugging) of Mikhail's suggestion.
I hope this helps.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.