473,789 Members | 2,925 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1314
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*******@ajik l.com.my> wrote in message
news:eD******** ******@TK2MSFTN GP14.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*******@ajik l.com.my> wrote in message
news:eD******** ******@TK2MSFTN GP14.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******** ********@TK2MSF TNGP15.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*******@ajik l.com.my> wrote in message
news:eD******** ******@TK2MSFTN GP14.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******** ********@TK2MSF TNGP15.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******** ********@TK2MSF TNGP15.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*******@ajik l.com.my> wrote in message
news:eD******** ******@TK2MSFTN GP14.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
1874
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, class libraries, and console-based applications. Visual C# 2005 Express Edition includes many of the same productivity features found in Visual Studio, all streamlined to fit the needs of the non-professional Windows developer. -- <%=...
5
2582
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 if i do will it affect my other applications? I want ot build ASP.NET 2.0 apps!!!
1
1460
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
2560
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: http://download.microsoft.com/download/2/d/2/2d221839-eaf9-4d91-899e-95a9af12202e/vcssetup.exe Visual C++ 2005 Express: http://download.microsoft.com/download/3/f/3/3f3e65c3-9f57-40ee-a95b-57d49e560883/vcsetup.exe Visual J# 2005 Express:
2
3446
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
1389
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 question could this be a possible reason that the ASP.NET configuration tool is not working in VS 2005 when I am doing web development? What happens is upon execution it just brings me back into the same VS design page from where I executed.
5
2219
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 says I have Visual Web Developer in it. I'm just not sure what that is and how to start it. Any advise?
2
2239
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 there any web-sites give me step-by-step Visual C# 2005 Express Web-based application development ?
3
1885
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
2505
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 both the MS Visual Web Developer 2005 Express Edition and the MS Visual Studio 2005 Professional Edition used to develop .ASP applications?
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10410
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10200
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10139
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9020
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7529
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5418
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4093
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.