config ASP.net

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
 
M

Morten Wennevik

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.
 
T

Thanh-Nhan Le

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.
 

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

Top