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

Following error is displayed when trying to upload with VS.net 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."

VS.net 2003 makes an http call to a non existing page, get_aspx_ver.aspx, to get the http header.  VS.net 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 ASP.net ISAPI), VS.net 2003 will not be able to determine the version of the framework and thus disallows the upload process. 

To resolve the problem, either disable custom error or point custom errors to an ASPX page rather than a HTML page.

 

  • 117 utilizatori au considerat informația utilă
Răspunsul a fost util?

Articole similare

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

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

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

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

Do you support remote debugging?

Unfortunately we do not support remote debugging. Please review the reasons listed below to...

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

To create a new web project with your SeekDotNet hosting account, follow the steps listed below :...

How do I open an existing project on your server?

To open a Visual Studio .NET project from your SeekDotNet hosting account,...