Rank: Member Groups: Member
Joined: 2/16/2008 Posts: 27 Points: 81 Location: Denver, CO
|
I have a web server which is running Windows Server 2003 R2 Standard Edition. Currently I have .net v1.1.4322 and .net v2.0.50727 installed and running fine side by side. v1 is running at the base level i.e. W3SVC/ 1.1.4322 and I just run aspnet_regiis -s{path} to register v2 sites. I have installed .net v3.0 using the following... ServiceModelReg -ir however I can not see any references to v3.0 anywhere and wanted to know what the correct way of installing v3.0 was... keeping in mind that I still need to have my v1.1.4322 and v2.0.50727 applications mapped to the correct version. Any help on this would be much appreciated Thanks in advance.
|
Rank: Member Groups: Member
Joined: 2/16/2008 Posts: 12 Points: 36 Location: Phoenix, AZ
|
Oh, you will not see v3.0 reference in ASP.net tab settings. As you will have to refer the upgraded frameowork version of v.2.0.50727 which supports .net v3.
Just set it to v.2.0.50727 and all should work well.
|