473,378 Members | 1,439 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,378 software developers and data experts.

1.1 and 2.0 of same application on load balancer

I have a website developed in .Net 1.1 and is running on three servers
under a load balancer. I want to add another server to the load
balancer which will have the same application but converted to 2.0. My
app does not store anything in the session, but is dependent on
Viewstate and cookies.

My doubt is that whether Viewstate generated by 1.1 can be understood
by 2.0 and vice versa.

Thanks
Ram

Jan 4 '07 #1
1 1094
you can supply your own viewstate handler which uses a common format.
but, 2.0 controls store different data in viewstate then 1.0, so you
would have to turn viewstate off for all controls.
-- bruce (sqlwork.com)
ra**********@gmail.com wrote:
I have a website developed in .Net 1.1 and is running on three servers
under a load balancer. I want to add another server to the load
balancer which will have the same application but converted to 2.0. My
app does not store anything in the session, but is dependent on
Viewstate and cookies.

My doubt is that whether Viewstate generated by 1.1 can be understood
by 2.0 and vice versa.

Thanks
Ram
Jan 5 '07 #2

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

Similar topics

1
by: Peter Hurford | last post by:
Hi, Have just noticed some code not working properly. I have a couple of identical web servers set up, and a load balancer out front. I execute the line of code.... Response.Write...
3
by: Peter | last post by:
If I want to build a web services application (not web application), what is the hardware requirement ? Does anyone have the experience?
0
by: DT | last post by:
We have service oriented architecture that comprises of a number of Win2k/IIS boxes. Some of these web service applications access an AS400 system for data acess (We are using HitSoftware's Ritmo...
1
by: kapsolas | last post by:
I am attempting to get access to the client IP after a request has gone through a load balancer. HttpContext.Current.Request.UserHostAddress is what I am using and getting what appears to be the...
1
by: dotNET Developer | last post by:
We have an ASP.NET (.NET 1.1) InterNet application. We have many number of customers who constantly access the site 24x7. Whenever we upgrade (hot fixes, enhancements) the site one of the...
8
by: Anthony P. Mancini | last post by:
I'm working on a proof of concept that will ultimately be deployed on a load balancer. For the sake of a preliminary demonstration I created a C# object and marked it's attributes as Public...
2
by: Softworks | last post by:
We're in the process of putting a load balancer into the mix. The setup will require that we run SSL on the load balancer. Checking for request.IsSecureConnection worked fine when the SSL...
1
by: Morgan Cheng | last post by:
This question may look silly. We have a cluster of Frontend ASP.NET Web Service calls other cluster of other ASP.NET Web Services. There is a hardware F5 BigIP load balancer between these two...
4
by: Sanjay Pais | last post by:
We are setting up our new environment with our hosting providers. We have a Quad Core Windows 2003 Server with 12 GB RAM We have a Load balancer with 2 web servers and a database server. The...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.