473,403 Members | 2,359 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,403 software developers and data experts.

using VS.NET ASP1.1 and Visual Web Developer ASP2.0 on the same PC

I have ASP.NET 1.1 (VS.NET 2003)
But i'm thinking of installing Visual Web Developer which i think it
comes with ASP 2.0.
If i install both VS.NET 2003 and Visual Web Developer on the same PC
can i run ASP.NET 1.1 and 2.0 on the same PC with no hassles???
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #1
5 1113
If you're adventurous and you have spare machine, go ahead and try out this
configuration. There shouldn't be many hassles; there haven't been in most
cases I've heard about.
However, nobody can guarantee there won't be issues since this is beta
software we're talking about.
Never install beta software on an important production machine.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Patrick Olurotimi Ige" <ig*@iprimus.com.au> wrote in message
news:Ou*************@TK2MSFTNGP15.phx.gbl...
I have ASP.NET 1.1 (VS.NET 2003)
But i'm thinking of installing Visual Web Developer which i think it
comes with ASP 2.0.
If i install both VS.NET 2003 and Visual Web Developer on the same PC
can i run ASP.NET 1.1 and 2.0 on the same PC with no hassles???
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #2
In this day and age, if you're serious enough to roll up your sleeves
and get dirty with stuff like dot net, then you should be serious
enough in getting enough grunt in a machine and spending on something
like Microsoft Virtual PC or VMWare. Either allow you to host nearly
real machines (even run them full screen) on one physical PC and you
can go to town installing different versions of OS and/or development
tools without any worry about conflicts or killing your production
developer machine.

HTH
Ananda

Nov 19 '05 #3
I did this once. Had some issues. The issue was the when vs2003 compiles my
aspx pages for the .net framework 1.1, when you try to debug you pages you
get an error since the machine always tries to use .net 2.0 to debug which
it can't. So you have to run aspnet_regiis to configure that virtually to
only run using .net 1.1 and not .net 2.0. I did that and got no error.
However, I ended up formatting my machine and I currently have vs 2005
installed on another test box. So, that was my experience.

"Patrick Olurotimi Ige" <ig*@iprimus.com.au> wrote in message
news:Ou*************@TK2MSFTNGP15.phx.gbl...
I have ASP.NET 1.1 (VS.NET 2003)
But i'm thinking of installing Visual Web Developer which i think it
comes with ASP 2.0.
If i install both VS.NET 2003 and Visual Web Developer on the same PC
can i run ASP.NET 1.1 and 2.0 on the same PC with no hassles???
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #4
I did this once. Had some issues. The issue was the when vs2003 compiles my
aspx pages for the .net framework 1.1, when you try to debug you pages you
get an error since the machine always tries to use .net 2.0 to debug which
it can't. So you have to run aspnet_regiis to configure that virtually to
only run using .net 1.1 and not .net 2.0. I did that and got no error.
However, I ended up formatting my machine and I currently have vs 2005
installed on another test box. So, that was my experience.

"Patrick Olurotimi Ige" <ig*@iprimus.com.au> wrote in message
news:Ou*************@TK2MSFTNGP15.phx.gbl...
I have ASP.NET 1.1 (VS.NET 2003)
But i'm thinking of installing Visual Web Developer which i think it
comes with ASP 2.0.
If i install both VS.NET 2003 and Visual Web Developer on the same PC
can i run ASP.NET 1.1 and 2.0 on the same PC with no hassles???
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #5
Remembering that you shouldn't install beta programs
on a partition you can't afford to reformat : yes.

What you will need to do is assign all 2.0 apps to the
DefaultAppPool, and create a new Application Pool
for the 1.1 applications you are running.


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

"Patrick Olurotimi Ige" <ig*@iprimus.com.au> wrote in message
news:Ou*************@TK2MSFTNGP15.phx.gbl...
I have ASP.NET 1.1 (VS.NET 2003)
But i'm thinking of installing Visual Web Developer which i think it
comes with ASP 2.0.
If i install both VS.NET 2003 and Visual Web Developer on the same PC
can i run ASP.NET 1.1 and 2.0 on the same PC with no hassles???
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 19 '05 #6

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

Similar topics

2
by: Angela | last post by:
As a former C++ programmer I picked up on C# rather quickly, you probably will too. I did buy a reference book though to help me out. I'm a fan of the Wrox books, so I bought Professional C#...
1
by: EricGuan | last post by:
I have been used visulal stduio .net 2003 . What should I do to change Asp 1.0 to Asp 2.0. And what should I do with the project based on asp1.0
6
by: Michael Tissington | last post by:
I have setup up Forms Authentication on my website and added configuration/mappings for exe, pdf and zip files (using C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll) However when...
1
by: יוני גולדברג | last post by:
Hi, I've developed few asp 1.1 application, now I'm about to develop my first asp2.0 appliation. I'm afraid to use old techniques so I want to focus and learn the best Asp2.0 techniques. How do...
4
by: sirumalla.srinivas | last post by:
Hi, I have link to the various documents which is stored on the server. When ever user click on any link, the respective document should be opened. Here what i need is to have all the links on...
5
by: draynos | last post by:
Hi! I tried to deploy my asp2.0 application to our current webserver(windows 2000 and windows 2003). The problem is i can only view the code-behind of the page and i can't see the graphical...
2
by: Kevin | last post by:
Hi! The Visual Web Developer is better than Visual Studio 2005 for web development? All the Ajax examples are developed in Visual Web Developer. Thanks
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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...

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.