Visual Studio .NET 2003 reports that the webserver does not have ASP.NET version 1.1 installed

 

The information in this article applies to:

  • VS.NET 2003

  •  

    DETAILS

    Following error is displayed when trying to upload with VSREPLACE_85 2003

    "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."

    VSREPLACE_85 2003 makes an http call to a non existing page, get_aspx_ver.aspx, to get the http header.  VSREPLACE_85 2003 uses this as a mechanism to determine the version of the framework. 

    If CustomError is enabled with web.config to direct all errors to an HTML page (or any page that are not mapped to REPLACE_0REPLACE_85 ISAPI), VSREPLACE_85 2003 will not be able to determine the version of the framework and thus disallows the upload process. 

    To resolve the problem, you will need to:

  • Either disable custom error or point custom errors to an ASPX page rather than a static page
  • Remove or rename the web.config file on our server using FTP
  • Try uploading again
  • Was this answer helpful?

     Print this Article

    Also Read

    How do I connect to SQL Server using Visual Studio .NET?

      SUMMARYVisual Studio .NET 2002 includes a built in database management tool (similar to...

    How do I open an existing project on your server?

      The information in this article applies to: Microsoft Visual Studio .NET Microsoft...

    Do you support remote debugging?

      DETAILSUnfortunantly we do not support remote debugging. Please review the reasons listed...

    How do I deploy a Visual Studio .NET web project from my local computer to your server?

          SUMMARYThis document is a quick step-by-step document. ...

    How do I create a new web project with Visual Studio .NET?

    To create a new web project with your AlpsHOST.com hosting account, follow the steps listed...