Help with XP Pro running IIS server.

Spydermag68

Platinum Member
Apr 5, 2002
2,616
99
91
I am creating a Local website that needs the .NET framwork 1.1 running on XP Pro

I have installed IIS server from the XP Pro CD. (Complete install)

I have check that I have downloaded and installed .NET framework 1.1 for XP Pro

When I start VS.NET and try to create a new VB.NET web application (ASP.NET). I get the following message.:

The specified Web server is not running ASP.NET version 1.1 You will not be able to run ASP.NET Web applications.
 

Snapster

Diamond Member
Oct 14, 2001
3,916
0
0
Sounds like the .Net framework didn't register everything correctly. Try running the following:

C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

And see if it works.
 

Spydermag68

Platinum Member
Apr 5, 2002
2,616
99
91
Thanks Snapster!

Your solution worked!

The HD on the laptop is slowly in building the new ASP.NET project.