Windows XP PRO and running IIS server help

Spydermag68

Platinum Member
Apr 5, 2002
2,614
98
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.
 

Spydermag68

Platinum Member
Apr 5, 2002
2,614
98
91
All of the IIS services are installed:

Common Files
Documents
FTP services
FrontPage 200 server Extentions
IIS Snap-in
SMTP Services
WWW Services
 

Spydermag68

Platinum Member
Apr 5, 2002
2,614
98
91
I also posted this problem in Software/Programming form and I just wanted say thanks to Snapster here to for solving this problem for me.

Snapster solution:

Sounds liked 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.