Error-Visual Studio.NET has detected that the specified Web server is not running ASP.NET VERSION 1.1

Last post 05-08-2008 2:18 PM by Bruce L. 3 replies.

Sort Posts:

  • Error-Visual Studio.NET has detected that the specified Web server is not running ASP.NET VERSION 1.1

    05-07-2008, 4:18 AM
    • Loading...
    • jeenajos
    • Joined on 11-11-2007, 10:03 AM
    • Posts 58

    hi all,

    My project was working quite fine. But nw wen i open the project, an err or as came as specified webserver is not running in ASP.NET Version 1.1.Last day i checked the properties in IIS.I think that might be the problem for showing this error.What is the way to remove this error and open my project.

    I tried in command prompt by giving aspnet_regiis.exe -i too...

    But same error.

    Help pls...

    Regards,
    Jeen
    Filed under:
  • Re: Error-Visual Studio.NET has detected that the specified Web server is not running ASP.NET VERSION 1.1

    05-07-2008, 2:37 PM
    • Loading...
    • Bruce L
    • Joined on 02-08-2007, 6:53 PM
    • Posts 734

    Do you have CustomError enabled on your application?

    When uploading or creating a project, 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 the 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 disallow the upload process.

    To fix it, either get rid of CustomError or point the customerror page to an ASPX page.

    Bruce
    DiscountASP.NET: Developer Ready ASP.NET Web Hosting
    - Microsoft Gold Certified Partner
    - Voted 2007, 2006 & 2005 Best ASP.NET Web Hosting by asp.netPRO Magazine
  • Re: Error-Visual Studio.NET has detected that the specified Web server is not running ASP.NET VERSION 1.1

    05-08-2008, 12:48 AM
    • Loading...
    • jeenajos
    • Joined on 11-11-2007, 10:03 AM
    • Posts 58

    Custom Error is set to Remote Only.

    What should be given to avoid this Error?

    Regards,
    Jeen
  • Re: Error-Visual Studio.NET has detected that the specified Web server is not running ASP.NET VERSION 1.1

    05-08-2008, 2:18 PM
    • Loading...
    • Bruce L
    • Joined on 02-08-2007, 6:53 PM
    • Posts 734

    Are you sure the web.config on the REMOTE server you are trying to publish to do not have customError?  Not the one your are trying to upload

    Bruce
    DiscountASP.NET: Developer Ready ASP.NET Web Hosting
    - Microsoft Gold Certified Partner
    - Voted 2007, 2006 & 2005 Best ASP.NET Web Hosting by asp.netPRO Magazine
Page 1 of 1 (4 items)