473,326 Members | 2,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Visual Web Developer 2005 Express

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.
Nov 19 '05 #1
5 1291
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.
--
Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com
"sam" wrote:
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.

Nov 19 '05 #2
They should run side-by-side with no impact on 1.1.
The usual warning about installing beta software is in effect, though.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"sam" <sa*******@ajikl.com.my> wrote in message
news:eD**************@TK2MSFTNGP14.phx.gbl...
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.

Nov 19 '05 #3
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!)
"sam" <sa*******@ajikl.com.my> wrote in message
news:eD**************@TK2MSFTNGP14.phx.gbl...
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.

Nov 19 '05 #4
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.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net> wrote in message
news:uR****************@TK2MSFTNGP15.phx.gbl... 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!)
"sam" <sa*******@ajikl.com.my> wrote in message
news:eD**************@TK2MSFTNGP14.phx.gbl...
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.


Nov 19 '05 #5
Thanks :) didn't know 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!)
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
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.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:uR****************@TK2MSFTNGP15.phx.gbl...
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!)
"sam" <sa*******@ajikl.com.my> wrote in message
news:eD**************@TK2MSFTNGP14.phx.gbl...
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.



Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: clintonG | last post by:
Visual C# 2005 Express Edition is a simple, lightweight, integrated development environment designed for beginning programmers and non-professional developers interested in building Windows Forms,...
5
by: Patrick Olurotimi Ige | last post by:
Hi, I have VStudio.Net 2003 installed but can i install Visual Web Developer also on the same PC. My current .Net Frameork version is 1.1. Will the Visual Web Developer install ASP.NET 2.0? And...
1
by: ad | last post by:
I can find Cristal Report in Visual Web Developer 2005 Express. How can I do with Cristal Report in Visual Web Developer 2005 Express ?
6
by: Brian Henry | last post by:
Visual Basic 2005 Express: http://download.microsoft.com/download/f/c/7/fc7debaf-4513-4300-9e6a-8fe27be88cd1/vbsetup.exe Visual C# 2005 Express:...
2
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
3
by: barry | last post by:
I had Visual Web Developer Express 2005 and Visual Studio 2005 installed on my computer. Realizing that I did not need Visual Web Developer Express 2005 since I had VS 2005 I removed it. My...
5
by: cj | last post by:
I'm getting started writing WEB program in VB2005. I'm been doing windows apps to date. A friend told me to get Visual Web Developer Express Edition. But I have Visual Studio Pro 2005 and it...
2
by: cpchan | last post by:
Hello, Can I create a Web-based application (not a Web site) with Visual C# 2005 Express ? Or I have to use Visual Web Developer 2005 Express Edition, choose ASP.NET and then choose C# ? Are...
3
by: pb | last post by:
Is it possible to create a class library in visual web developer 2005 express edition and complie into a dll? If so how?
1
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.