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
 

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

Back
Top