|
-
Apr 12th, 2004, 09:57 AM
#1
Thread Starter
Member
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 
-
Apr 12th, 2004, 11:15 AM
#2
Hyperactive Member
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)

-
Apr 13th, 2004, 02:02 AM
#3
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|