IIS and .NET framework for Window XP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I installed the softwares in the following order.

1. Window XP, version 5.1
2. .Net Framework and SDK 2.0
3. IIS V5.1

Then I tested one aspx page. The result page is unexpected blank.
Apparently, there is some configuration problems, please advise. Thanks.
Peter
 
Peter said:
I installed the softwares in the following order.

1. Window XP, version 5.1
2. .Net Framework and SDK 2.0
3. IIS V5.1

Then I tested one aspx page. The result page is unexpected blank.
Apparently, there is some configuration problems, please advise. Thanks.
Peter

Try running aspnet_regiis -i

From

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Peter Kellner
http://peterkellner.net
 
You need to run the ASPNET_REGIIS utility to set up the ASP.NET Script
mappings in IIS. This is only because you installed IIS last.
Peter
 
Back
Top