INFO: Visual InterDev 6.0 ASP Debugging Through a Proxy or Firewall Is Not Supported (292727)



The information in this article applies to:

  • Microsoft Visual InterDev 6.0

This article was previously published under Q292727

SUMMARY

Visual InterDev 6.0 Active Server Pages (ASP) server-side script debugging is not supported when there is a firewall or a proxy between the Visual InterDev 6.0 client and the Web server.

MORE INFORMATION

The debugger uses Distributed Component Object Model (DCOM) to communicate between the Visual InterDev 6.0 client and the Web server. However, the DCOM Remote Procedure Calls (RPCs) fail to go through a firewall. In addition, the authentication credentials that must attach to the process fail to pass through a firewall or a proxy.

If you are debugging automatically, you receive the following error message:
Unable to find server. Unable to set server into correct debugging state automatically. You may not be able to debug ASP pages. Do you want to continue launching the debugger?
If you are debugging manually, you receive the following error message:
Can't attach to machine '<machinename>'
If you are going through a firewall, your only option is to debug locally on the client computer.

If you are going through a proxy and are in a local intranet, you can bypass the proxy server to work around this issue. To bypass the proxy, follow these steps:
  1. Open Internet Explorer.
  2. From the Tools menu, click Internet Options.
  3. On the Connections tab, click LAN Settings.
  4. In the Local Area Networks (LAN) Settings dialog box, select the Bypass proxy server for local addresses check box.
  5. Click OK twice.

REFERENCES

For additional information and a list of related debugging articles, click the article number below to view the article in the Microsoft Knowledge Base:

244272 INFO: Visual InterDev 6.0 Debugging Resources


Modification Type:MajorLast Reviewed:10/15/2002
Keywords:kbBug kbDCOM kbDebug kbDSupport kbinfo kbScript KB292727