ASP.NET 2.0 and framework version is?

N

NancyASAP

I'm confused about versioning with ASP.NET 2.0. When ASP.NET 2.0 is
installed, will the whole .NET framework change to version 2.0, or
just the ASP.NET part of it?

Will I be creating Windows forms in VB.NET 2.0 after I install Visual
Studio 2005? Or will it still be VB.NET 1.1 but ASP.NET 2.0?

Thanks for any clarification on this.
Nancy
 
L

Lloyd Dupont

nothing will be overwritte!! forget this DLL hell of the past.
you will have both version sde by side.
that mean the whole framewrok 1.1 and the whole framework 2.0, including
ASP.NET.

when you launch an WinForm/Console app the OS will use the latest framework
unless specified otherwise in the app's manifest file.
For ASP.NET if you go on the property of your virtual directory in the IIS
console, you will see a new 'ASP.NET' tab where you could choose which
version of the runtime you wish to use.
by default it would be the same as the root, but you could select 1.0, 1.1,
2.0, whichever you see fit....

hope you are enlightened now :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top