Installing ASP.NET before IIS

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Hi, I have a problem. I installed the ASP.NET Framework
prior to installing IIS on my new computer. Now I am
getting messages that say asp.net is not registered.

Can anyone help with this?

Thanks,
Andrew
 
Hi Andrew,
you need to use the aspnet_regiis.exe tool you can find in <windows
dir>\Microsoft.NET\Framework\v1.x.xxxx
It has a few options to configure asp.net (you should use -i, I think)

Luca
 
Back
Top