Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp.net v2 allowed in IIS 1

Status
Not open for further replies.

bshbsh

Technical User
Apr 11, 2007
163
US
On Win2K3, I was trying to install Sharepoint and it said that it needs asp.net v2 to be allowed in IIS. asp.net 1.0 was allowed. I have .net framwork 1.0, 2.0 and 3.0. But where do I get asp.net 2.0. I tried google, microsoft support, but couldn't find it.
I guess when I install it it will set IIS to allow it or should I have do it manually. If so, how?
Please advice.
Thanks.
 
yup,
I have updated everything there is to update, all the frameworks, etc.
But still no luck.
 
Under your local disk on your server, go and see what directories you have under

c:winnt\microsoft.net\framework\

There should be at least one directory with the name something like

v(versionnumber) -> ex v2.0.50727

If you have that directory, go to your command prompt and get to that directory and run

aspnet_iisreg -?

from there, you will see a list of options for installing and setting up ASP2.0, IF that directory exists.


[monkey][snake] <.
 
Yup that worked,
I did a,
'aspnet_regiis.exe -ir'
for the coexistance of both 1.1 and 2.0.

If I wanted only 2.0, then I would do a,
'aspnet_regiis.exe -i'

Thanks a bunch.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top