Results 1 to 3 of 3

Thread: Need help asap with asp.net 1.1

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Location
    Cordova, TN
    Posts
    60

    Need help asap with asp.net 1.1

    Hey, i started a new project using visual studio.net 2003 and when i either try to create, or open a project on our webserver, i get this error:

    The Specified Web Server Is Not Running ASP.NET Version 1.1
    Our webserver is running windows 2000 with IIS 5.x, and has the .net framework 1.1 installed, but it won't let me open any of my projects, can someone please help? Thanks.
    How come it's a penny for your thoughts, but you have to put your 2 cents in? Somebody's makin' a penny

  2. #2
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Have you tried installing just the ASP.NET stuff to update IIS? Maybe it needs to be reinstalled. Run the following command and it will setup IIS for .NET.

    Code:
    C:\WINNT\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis.exe -i
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  3. #3
    New Member
    Join Date
    Apr 2004
    Posts
    7
    Hi,

    I had the same problem.
    What I realised is that I had installed IIS after installing VS.NET.
    So I used "ADD/Remove Programs" to uninstall both IIS and VS.NET.
    I then installed IIS first and then proceeded with the VS.NET installation.
    It worked fine after that.
    When you put the first disk in, it will prompt you to install the Prerequisetes. If I'm not mistaken, these were on the second disk.
    Be sure to install the Prerequisetes first.
    Best of luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width