where to find IIS ASP.NET config aplet in Vista ?

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

Hi

If i open Computer Management on Vista (business) i can not find the IIS
MMC in the tree.

How do i configure ASP.NET in Vista then ?

What windows features do i need to install /configure ?

Johan
 
You don't have to install IIS, you can develop with the development server
that comes with the Visual Studio.

If you do want IIS, you need to install it from Control Panel - Programs -
Windows components. After that you will likely need to register asp.net with
IIS with a command

aspnet_regiis -i

inside the asp.net 2.0 framework folder.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
 
Back
Top