.NET 3.5 missing in ASP.NET deployment in IIS after a fresh install

I just installed the .NET 3.5 Framework on my Windows 2003 server, and when I try to create a new website, I cannot select 3.5 from the properties of the website. ASP.NET tab in IIS.

This works fine with 1.0, 1.1 and 2.0.

I know that the process of setting the frame was completely different with 3.5, but I assume that it should be available in the drop-down list.

What can I do to solve this problem?

+5
source share
8 answers

This is because ASP.NET 3.5 still uses the CLR from 2.0. The CLR has not changed in 3.5, it is more an extension to 2.0. (I hope I say it right)

, 3.5, web-, 3.5.

+24

.NET Framework v3.5 " " 2.0. 2.0. IIS , , - , , ASP.NET .

, .NET 3.5 2.0. , web.config 3.5 .

+7

2.0. 3.5 2.0.

+1

, . 3.5 - 2.0, 3.5 , web.config. 2.0

+1

3.5. 2.0. .

+1

ASP.NET 2.0, .NET 3.5. , , .

+1

3.5 IIS, 2.0. , , ,

%windir%\Microsoft.NET\Framework

( C:\Windows\Microsoft.NET\Framework )

3.5.

+1

All Articles