ASP errror starting new Web Project

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven

    ASP errror starting new Web Project

    When I try to start a new web project in VB.Net using
    visual studio 2003 I get the following error:

    Visual Studio .Net has detected that the specified Web
    server is not running ASP.Net version 1.1.....

    I've installed .Net Framework sdk. And I have IIS
    services installed.

    What am I missing?

    Thanks,

    Steven

  • AlexB

    #2
    ASP errror starting new Web Project

    It sounds like you might have installed the 1.0 version of
    the framework. You can find version 1.1 on Microsofts
    website.

    Good luck.
    [color=blue]
    >-----Original Message-----
    >When I try to start a new web project in VB.Net using
    >visual studio 2003 I get the following error:
    >
    >Visual Studio .Net has detected that the specified Web
    >server is not running ASP.Net version 1.1.....
    >
    >I've installed .Net Framework sdk. And I have IIS
    >services installed.
    >
    >What am I missing?
    >
    >Thanks,
    >
    >Steven
    >
    >.
    >[/color]

    Comment

    • Tian Min Huang

      #3
      RE: ASP errror starting new Web Project

      Hello Steven,

      Thanks for your post. As I understand, you fail to create a new ASP .NET
      project with the error concerning Web server is not running ASP .NET
      version 1.1. Please correct me if there is any misunderstandin g. Now I'd
      like to share the following information with you:

      1. If your IIS is running on local machine, please changed the location for
      the creation of your application from
      http://localhost/<applicationNam e>
      to
      http://<machineName>/<applicationNam e>

      2. If you are running IIS on Windows 2003 Server, please launch "Control
      Panel" -> "Administra tive Tools" -> "Internet Information Services", select
      "Web Service Extensions" node on the left pane for your server machine, and
      make sure the ASP.NET 1.1.4322 is "Allow".

      If the same error occurs with correct setting, please execute the following
      command from the Framework v1.1.4322 folder:
      aspnet_regiis -i

      3. If the problem persists, I think more information is needed before
      moving farward:

      Does this problem occurs to other ASP .NET project say, C#?
      Where does the web server locates, local or remote? What's its operating
      system, Windows 2000, Windows 2003, etc?

      I look forward to your response.

      Have a nice day!

      Regards,

      HuangTM
      Microsoft Online Partner Support
      MCSE/MCSD

      Get Secure! -- www.microsoft.com/security
      This posting is provided "as is" with no warranties and confers no rights.

      Comment

      Working...