|
|
|
date: Fri, 3 Oct 2008 16:07:46 -0700,
group: microsoft.public.dotnet.framework.aspnet
back
Re: Migrating from 1.1 to 3.5 (Multiple Framework Versions running in Parallel)
Good catch.
You, technically, will be running 3.5 only if you have 3.5 bits and the
proper web.config file. That leads us to one more note. The web.config files
for 2.0 and 3.5 are not completely compatible and you will need the 3.5
stuff to run 3.5 apps. Fortunately, switching framework version in Visual
Studio 2008 does a good job of fixing these inconsistencies for you.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#
or just read it:
http://feeds.feedburner.com/GregoryBeamer
********************************************
| Think outside the box! |
********************************************
"John Saunders" wrote in message
news:OvzSpbbJJHA.1968@TK2MSFTNGP06.phx.gbl...
> "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM> wrote in
> message news:#o7PQNbJJHA.1156@TK2MSFTNGP05.phx.gbl...
>> There is a version switcher utility:
>> http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx
>
> When you run the version switcher, you will notice that there is no "3.5"
> version. That's because there is no 3.5 version of ASP.NET. 3.5 uses the
> same .NET 2.0 CLR, so you will be switching from 1.1 to 2.0.
> --
> John Saunders | MVP - Connected System Developer
date: Sat, 4 Oct 2008 09:44:16 -0500
author: Cowboy \(Gregory A. Beamer\) oSpamM
|
|