If I install Net Framework v2, will this conflict with v3 if it is already
installed?

Thanks.

Re: Net Framework v2/v3 conflicts? by Ken

Ken
Fri Mar 07 01:14:16 CST 2008

Are you talking about ASP.NET?
If so then most of the v3 stuff has nothing to do with ASP.NET (e.g. WCF,
WPF etc). ASP.NET is pretty much the same between versions.

As with all versions of .NET, then can co-exist as far as installation goes.
Just configure your ASp.NET versions appropriately for each web application.
And only one version of .NET can be loaded per app pool, so keep your v2 and
v3 web apps in separate app pools.

Cheers
Ken

"Sirocco" <NauticusLX@comcast.net> wrote in message
news:OIC5lV%23fIHA.4164@TK2MSFTNGP04.phx.gbl...
> If I install Net Framework v2, will this conflict with v3 if it is already
> installed?
>
> Thanks.
>


Re: Net Framework v2/v3 conflicts? by Steve

Steve
Fri Mar 07 04:57:38 CST 2008

Version 3 sites on top of the .NET 2.0 framework. So there is 'no conflict'
per se. As well as .NET 3.5, which requires the .NET 2.0 framework.

--

Best regards,

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield


"Sirocco" <NauticusLX@comcast.net> wrote in message
news:OIC5lV%23fIHA.4164@TK2MSFTNGP04.phx.gbl...
> If I install Net Framework v2, will this conflict with v3 if it is already
> installed?
>
> Thanks.
>