Help and Support
 

powered byLive Search

You may receive a "Visual Studio .NET has detected that the specified Web server is not running" error message when you try to create a project or open a previously created project

Article ID:886389
Last Review:October 12, 2004
Revision:1.1

SYMPTOMS

When you try to create a project or open a previously created project, you may receive the following error message:
Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services.

Back to the top

CAUSE

When you create or open a project in Microsoft Visual Studio .NET 2003, Visual Studio .NET 2003 makes an HTTP Web request to determine the version of the .NET Framework that is on the Web server. Visual Studio .NET 2003 calls the http://servername/get_aspx_ver.aspx page. If you receive the error message, the default Web site is using Forms authentication, and the request is redirected to an .htm page. Therefore, the request for the .aspx page is never made, and Microsoft Internet Information Services (IIS) cannot return the version information.

Back to the top

RESOLUTION

To resolve this problem, use the location tag to stop Forms authentication from redirecting the request. To do this, add the following code to the Web.config file:

<location path="get_aspx_ver.aspx" />

Back to the top

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

Back to the top


APPLIES TO
Microsoft ASP.NET 1.1

Back to the top

Keywords: 
kbtshoot kbbug kbasp KB886389

Back to the top

Article Translations

 

Other Support Options

  • Need More Help?
    Contact a Support professional by Email, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.