config ASP.net

  • Thread starter Thread starter Thanh-Nhan Le
  • Start date Start date
T

Thanh-Nhan Le

Hi everybody,

I have IIS 5.1 on Windows XP pro.
On my system are .Net framework 1.1 and 2.0
How can I configure that my IIS support ASP .net 2.0? I did installed the
IIS after installing .NET.

Thanks
Nhan
 
Hi Nhan,

You need to install aspnet

Run this command

%windir%\Microsoft.Net\Framework\v2.0.50727\aspnet_regiis -i

If you need asp.net 1.1 as well you might want to run

%windir%\Microsoft.Net\Framework\v1.1.4322\aspnet_regiis -i

before you run the 2.0 version.
 
Thanks,
Nhan

Morten Wennevik said:
Hi Nhan,

You need to install aspnet

Run this command

%windir%\Microsoft.Net\Framework\v2.0.50727\aspnet_regiis -i

If you need asp.net 1.1 as well you might want to run

%windir%\Microsoft.Net\Framework\v1.1.4322\aspnet_regiis -i

before you run the 2.0 version.
 
Back
Top