how do i install IIS 6.0

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
 
A

Alan Pretre

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
 
R

Robert Finney

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top