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.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ahmed El Lakani

    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.

    hi all,

    recently i've installed vs.NET 2003 on my pc which is runing window 2000 pro
    with sp4,
    but when i'm trying to create new ASP.NET Web appication i got this messages
    "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."

    whats rong ???

    thanks
    my best regards


  • Áíôþíçò

    #2
    Re: Visual Studio .NET has detected that the specified Web serveris not running ASP.NET version 1.1. You will be unable to run ASP.NET Webapplications or services.

    Hi Ahmed,

    First, you need to make sure IIS is installed:
    - Start > Settings > Control Panel > Add/Remove Programs
    - Select Add/Remove Windows Components
    - Make sure Internet Information Services (IIS) is checked

    Second, you need to make sure IIS is running:
    - Start > Settings > Control Panel > Administrative Tools > Services
    - Make sure IIS Admin Service is in Started status
    - Make sure World Wide Web Publishing Service is in Started status

    Third, you need enable ASP.NET in IIS:
    - Start > Run: aspnet_regiis.e xe -i

    Hope this helps,
    Antoni

    _______________ _______________ _______________ _______________ _
    B&D Technologies

    Antoni Biliardis - antoni(at)bd-tech.com

    O/H Ahmed El Lakani Ýãñáøå:[color=blue]
    > hi all,
    >
    > recently i've installed vs.NET 2003 on my pc which is runing window 2000 pro
    > with sp4,
    > but when i'm trying to create new ASP.NET Web appication i got this messages
    > "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."
    >
    > whats rong ???
    >
    > thanks
    > my best regards
    >
    >[/color]

    Comment

    • Ahmed El Lakani

      #3
      Re: 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.

      Hi Antoni,

      thanks much for your replay,

      okay i've done all what u said , but it doesn't work ,
      any way, i've recently solved this problem,
      1 - i did uninstall IIS
      2- reboot
      3 - install IIS
      4 - reboot
      5 - run "aspnet_regiis. exe -i"
      6 - run "regsvr32 aspnet_isapi.dl l"

      and every thing work fine after that
      any way thanks much for your help
      Ahmed

      "Áíôþíçò" <abiliardis@net scape.net> wrote in message
      news:exwxwRMQEH A.3012@tk2msftn gp13.phx.gbl...[color=blue]
      > Hi Ahmed,
      >
      > First, you need to make sure IIS is installed:
      > - Start > Settings > Control Panel > Add/Remove Programs
      > - Select Add/Remove Windows Components
      > - Make sure Internet Information Services (IIS) is checked
      >
      > Second, you need to make sure IIS is running:
      > - Start > Settings > Control Panel > Administrative Tools > Services
      > - Make sure IIS Admin Service is in Started status
      > - Make sure World Wide Web Publishing Service is in Started status
      >
      > Third, you need enable ASP.NET in IIS:
      > - Start > Run: aspnet_regiis.e xe -i
      >
      > Hope this helps,
      > Antoni
      >
      > _______________ _______________ _______________ _______________ _
      > B&D Technologies
      > http://www.bd-tech.com
      > Antoni Biliardis - antoni(at)bd-tech.com
      >
      > O/H Ahmed El Lakani Ýãñáøå:[color=green]
      > > hi all,
      > >
      > > recently i've installed vs.NET 2003 on my pc which is runing window 2000[/color][/color]
      pro[color=blue][color=green]
      > > with sp4,
      > > but when i'm trying to create new ASP.NET Web appication i got this[/color][/color]
      messages[color=blue][color=green]
      > > "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."
      > >
      > > whats rong ???
      > >
      > > thanks
      > > my best regards
      > >
      > >[/color][/color]


      Comment

      Working...