visual studio.net has detected that specified web server is not running ASP.net versi

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarah16
    New Member
    • Oct 2007
    • 5

    visual studio.net has detected that specified web server is not running ASP.net versi

    Hi,
    I installed VS.NET and IIS on WinXP, but when I started a new
    project/existing of ASP.NET Web Application ,it gave an error "visual studio.net has detected that specified web server is not running ASP.net version 1.1"since ASP.NET is not
    running on my IIS.

    Then I opened IIS Manager and want to add a new Web Service Extension
    for ASP.NET, but I cannot find Web Service Extension after expanding my
    computer item.

    What should I do? Have I missed something to be installed?
  • sarah16
    New Member
    • Oct 2007
    • 5

    #2
    visual studio.net has detected that specified web server is not running ASP.net versi

    Hi,
    I installed VS.NET and IIS on WinXP, but when I started a new
    project/existing of ASP.NET Web Application ,it gave an error "visual studio.net has detected that specified web server is not running ASP.net version 1.1"since ASP.NET is not
    running on my IIS.

    Then I opened IIS Manager and want to add a new Web Service Extension
    for ASP.NET, but I cannot find Web Service Extension after expanding my
    computer item.

    What should I do? Have I missed something to be installed?

    Comment

    • Shashi Sadasivan
      Recognized Expert Top Contributor
      • Aug 2007
      • 1435

      #3
      Originally posted by sarah16
      Hi,
      I installed VS.NET and IIS on WinXP, but when I started a new
      project/existing of ASP.NET Web Application ,it gave an error "visual studio.net has detected that specified web server is not running ASP.net version 1.1"since ASP.NET is not
      running on my IIS.

      Then I opened IIS Manager and want to add a new Web Service Extension
      for ASP.NET, but I cannot find Web Service Extension after expanding my
      computer item.

      What should I do? Have I missed something to be installed?
      For the time being, it dosent matter, as visual studio will use its inbuilt mini IIS server (which is independent of the one installed on yours)

      I had a similar issue (not with visual studio prompting, but my iss server was not hosting asp .net websites)...Thi s is a vista solution...go into the windows components and expand iis installation and check the option for asp .net wesites.
      that will install all the specifics for the IIS Server to detect and launch ASP .Net apps

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Hi, you should have posted your question in the .NET Forum section; not in the
        .NET Articles section. I'll move your question for you.

        kind regards,

        Jos

        Comment

        • radcaesar
          Recognized Expert Contributor
          • Sep 2006
          • 759

          #5
          Originally posted by sarah16
          Hi,
          I installed VS.NET and IIS on WinXP, but when I started a new
          project/existing of ASP.NET Web Application ,it gave an error "visual studio.net has detected that specified web server is not running ASP.net version 1.1"since ASP.NET is not
          running on my IIS.

          Then I opened IIS Manager and want to add a new Web Service Extension
          for ASP.NET, but I cannot find Web Service Extension after expanding my
          computer item.

          What should I do? Have I missed something to be installed?
          Open the VisualStudio Command prompt

          Run the below command

          aspnet_regiis -i

          Comment

          • kenobewan
            Recognized Expert Specialist
            • Dec 2006
            • 4871

            #6
            You have posted the question three times which is against site rules - please read the posting guidelines - FAQs

            Comment

            • Plater
              Recognized Expert Expert
              • Apr 2007
              • 7872

              #7
              For me, ASP.NET is it's own tab on the website properties. Could it be that you're running ASP.NET2.0 and that website wants 1.1?

              Regardless, running that aspnet_regiis -i command should fix it

              Comment

              Working...