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

PreviousPage property and web farms

I'm wondering if the PreviousPage property is only populated when a page is
cross posted on the same server, or will this work in a web farm situation.

Thanks.

Kel

Feb 28 '06 #1
3 1295
Hi Kel,

Welcome to the ASPNET newsgroup.

As for the cross-page posting, I think it can work correct in webfarm
scenario because when one page cross posting to another page, the
PreviousPage instance is a new created page instance on serverside and
restore its status and control structure from the clientside posted
ViewState. Therefore, as far as we've correctly configured the webfarm
servers to share same Viewstate related settings (such as the MachineKey
and security algorithm....), the cross-posting should work.

BTW, for webfarm scenario in ASPNET, it generally will affact those state
management which rely on the specific server process's memorty. For
example, the Application State, Application Cache or Inproc sessionState,
such things will be broken when used in webfarm scenario.

Hope this helps.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 28 '06 #2
Thanks Steven,

You've been very helpful.

Kel

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:FB**************@TK2MSFTNGXA03.phx.gbl...
Hi Kel,

Welcome to the ASPNET newsgroup.

As for the cross-page posting, I think it can work correct in webfarm
scenario because when one page cross posting to another page, the
PreviousPage instance is a new created page instance on serverside and
restore its status and control structure from the clientside posted
ViewState. Therefore, as far as we've correctly configured the webfarm
servers to share same Viewstate related settings (such as the MachineKey
and security algorithm....), the cross-posting should work.

BTW, for webfarm scenario in ASPNET, it generally will affact those state
management which rely on the specific server process's memorty. For
example, the Application State, Application Cache or Inproc sessionState,
such things will be broken when used in webfarm scenario.

Hope this helps.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Feb 28 '06 #3
You're welcome Kel,

Please feel free to post here if there's anything else we can help.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 1 '06 #4

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

Similar topics

4
by: Alan Silver | last post by:
Hello, I'm doing a cross page post, and want to pick up information from the previous page. The problem is that the previous page contains a user control that is loaded into a Placeholder at run...
1
by: michael.neel | last post by:
Here is the setup: I have an SQL driven sitemap provider - when the user clicks on a database generated link - /Site/DBPages/Article1.aspx - a handler does a Server.Transfer -...
2
by: PeterKellner | last post by:
Is there something extra I need to do to make intellisense work when referencing a page class? Here is my working Page_Load from a aspx page. sourcePage does not get it's members listed with...
0
by: Jim McGivney | last post by:
I am trying to use the PreviousPage feature in asp.net 2.0 On the source (previous page) I have: protected void Page_Load(object sender, EventArgs e) { ..... Code to populate ArrMH //ArrMH is...
3
by: Jon L | last post by:
Hi, I'm hoping someone can help me with this problem. I'm not sure whether the problem lies with the software or with my understanding of the language. I'm using the Microsoft.XMLDOM object...
4
by: Bryce | last post by:
I have a search page that submits to a search results page. I have set the search results page to be authenticated, so when the user first tries to search, it redirects them to a login screen. When...
1
by: jeroen.bolle | last post by:
I'm trying to pass variables between pages using the post method. I have access to the the page where I've posted my form, but all the objects are empty... An extract of the code: If Not...
10
by: rjvrnjn | last post by:
I'm trying to pass a variable value from one page to another. Of all the ways that are available, I like the PreviousPage.FindControl() one as it lets me access the previous page controls and get the...
8
by: user1980 | last post by:
Hello, I need help creating a lookup page which has a datagrid view. My firstpage.aspx has a textbox and button. When the button is clicked, it would open a pop-up page with a datagrid which has...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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
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...
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
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,...
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.