View Single Post
  #7 (permalink)  
Old July 26th, 2006, 07:41 PM
dparsons dparsons is offline
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Yes. Place your XP cd in your cd rom, when the windows install screen comes up, select Install Optional Windows Components, click that and select Internet Information Services when the window pops up.

If you have the .net framework already installed prior to the IIS install do this:

Goto start --> run --> cmd
Navigate to the framework directory e.g., [SystemDrive]\windows\microsoft.net\framework\[version]
When there type this command: aspnet_regiis -i

That will register the framework with IIS.

"The one language all programmers understand is profanity."
Reply With Quote