how do i install IIS 6.0

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Hello
I am a beginner programmer in visual basic.Net and can't create ASP.NET
applications because i do not have IIS 6.0. Upon installing visual basic.NET
i recall it saying something about IIS 6.0 but when i clicked on it i got
and error saying file was not found.
Please help,
Robert
 
Robert said:
I am a beginner programmer in visual basic.Net and can't create ASP.NET
applications because i do not have IIS 6.0. Upon installing visual
basic.NET i recall it saying something about IIS 6.0 but when i clicked on
it i got and error saying file was not found.

Go to Add or Remove Programs in Control Panel, then choose Add or Remove
Windows Components.

Also, since you are installing IIS after .NET, you will need to run
aspnet_regiis in the Framework folder to get ASP.NET installed. On my
computer this is in folder C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727.
Adjust as needed for yours.

Using a command prompt in this folder, issue this command:

aspnet_regiis /i


Other useful variants are:
aspnet_regiis /? (help)
aspnet_regiis /lv (list versions)
aspnet_regiis /u (uninstall)


-- Alan
 
i can't see IIS 6.0 in the add/remove windows components list

Also i don't have .NET veersion 2 i have 1, and cannot find a command
file in the folder

Thx Robert
 
Back
Top