Visual Web Developer 2005 Express

S

sam

I had installed .Net Framework 1.1 and developing asp.net 1.1

If I install Visual Web Developer 2005 Express, any impact on my .Net
Framework 1.1 and .Net 1.1 applications?

Please advise.
 
G

Guest

No, framework 2.0 and 1.1 should be able to work side-by-side. But do keep in
mind that Visual Web Developer 2005 Express is still in Beta and so you may
have uninstall problems. So install it only on a machine that you can format
if required later.
 
J

Juan T. Llibre

They should run side-by-side with no impact on 1.1.
The usual warning about installing beta software is in effect, though.
 
K

Karl Seguin

SQL Server 2005 was a problem for me, so i killed everything and reinstalled
in a Virtual PC. I'd certainly recommend that route to anyone who can
afford it....

And they don't exactly run side-by-side. IIS either runs 1.1 or 2.0...you
can decide which to use, and flip back and forth, but you can't use both at
once...I'm almost sure I'm right about that...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 
J

Juan T. Llibre

re:
And they don't exactly run side-by-side. IIS either runs 1.1 or 2.0
...you can decide which to use, and flip back and forth, but you can't use both at once.

They can't be used at the same time *by the same application*.

But they certainly can run side-by-side, if used by *different applications*.

If running IIS 5.0, set your 1.1 apps to run either
in Low, Medium or High isolation mode.

You cannot have 1.1 apps and 2.0 apps coexisting
in the same Low or Medium isolation mode.

You'll have to run your 2.0 apps in High isolation mode,
or in Medium isolation mode if no 1.1 apps run in that mode.

For IIS 6.0, it's a bit simpler.

If you're running in IIS 5.0 isolation mode, the above precautions will do.

If running in native IIS 6.0 mode (worker process isolation) , running all
1.1 apps in one or more Application Pools, and running all 2.0 apps in
*different* Application Pools than any 1.1 app is running in, will do.

You can have any number of Application Pools, if you have enough RAM.
Just make sure you don't mix 1.1 and 2.0 apps in the same Application Pool.

That will allow you to run 1.1 apps and 2.0 apps
side-by-side, simultaneously, in your servers.
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top