IIS 5.1 and .NET 3.5

IIS 5.1 and .NET 3.5

am 06.12.2007 20:53:11 von Alain Quesnel

Can IIS 5.1 work with .NET 3.5? I installed .NET 3.5 on XP Pro SP2 running
IIS 5.1, rebooted, but I only see .NET 1.1 and 2.0 in the ASP.NET tab
(default website properties).


Thank you,

Alain Quesnel
alainsansspam@logiquel.com

www.logiquel.com

Re: IIS 5.1 and .NET 3.5

am 06.12.2007 23:18:06 von Tiago Halm

IIS only shows you the CLR versions.

The .NET to CLR mapping is:
..NET 1.1 = CLR 1.0
..NET 2.0 = CLR 2.0
..NET 3.0 = CLR 2.0
..NET 3.5 = CLR 2.0

Basically, since .NET 2.0 the framework evolution is around new classes,
keeping the same IL.

Tiago Halm

"Alain Quesnel" wrote in message
news:u7qhhGEOIHA.3556@TK2MSFTNGP03.phx.gbl...
> Can IIS 5.1 work with .NET 3.5? I installed .NET 3.5 on XP Pro SP2 running
> IIS 5.1, rebooted, but I only see .NET 1.1 and 2.0 in the ASP.NET tab
> (default website properties).
>
>
> Thank you,
>
> Alain Quesnel
> alainsansspam@logiquel.com
>
> www.logiquel.com
>
>