IIS not recognized by ASP.NET

  • Thread starter Thread starter MS News Server
  • Start date Start date
M

MS News Server

Anyone please. I finished installing VS.NET without having setup my IIS.
How do I get my ASP.NET to recognize my IIS now? Thanks.
 
Hi,

I forgot the exact steps, but after installing IIS I believe you simply
need to type

aspnet_regiis.exe -i
 
Hi,

Just to add on to what Morten said,
the location to aspnet_regiis is usually:
c:\windows\microsoft.net\framework\vx.x.xxxx\

You might also have to give read/execute permission in C:\ and
c:\inetpub\wwwroot to the aspnet account if you are using ntfs.

HTH,
Rakesh Rajan
 
Back
Top