"Connection to the server cannot be established" error message when you try to create an ASP.NET Web application by using Visual Studio .NET (831685)



The information in this article applies to:

  • Microsoft ASP.NET (included with the .NET Framework 1.1)
  • Microsoft ASP.NET (included with the .NET Framework) 1.0
  • Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
  • Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
  • Microsoft Visual Studio .NET (2003), Professional Edition
  • Microsoft Visual Studio .NET (2003), Academic Edition
  • Microsoft Visual Studio .NET (2002), Enterprise Architect Edition
  • Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
  • Microsoft Visual Studio .NET (2002), Professional Edition
  • Microsoft Visual Studio .NET (2002), Academic Edition

SYMPTOMS

When you try to create a Microsoft ASP.NET Web application by using Microsoft Visual Studio .NET on a computer that has a firewall application installed, you may receive the following error message:

Connection to the server cannot be established.

CAUSE

The firewall application is incorrectly configured to work with Microsoft Internet Information Services (IIS).

RESOLUTION

To resolve this problem, configure your firewall application to work with IIS, if it is possible. If you cannot reconfigure your firewall application, remove your firewall application.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to reproduce the behavior

On a computer that has a firewall application installed, follow these steps:
  1. Start Visual Studio .NET.
  2. On the File menu, point to New, and then click Project. The New Project dialog box appears.
  3. Under Project Types, click Visual Basic Projects.
  4. Under Templates, click ASP.NET Web Application.
  5. In the Location box, type http://WebServerName/VirtualDirectoryName/MyWebApplication

    Note Replace WebServerName with the name of a Web server, and then replace VirtualDirectoryName with the name of a virtual directory on this Web server.
  6. Click Open. You may receive the error message that is mentioned in the "Symptoms" section of this article.

REFERENCES

For more information, visit the following Microsoft Developer Network (MSDN) Web sites:

Modification Type:MajorLast Reviewed:12/19/2003
Keywords:kbWebServer kbIDEProject kbFirewall kberrmsg kbprb KB831685 kbAudDeveloper