Webfarm application

  • Thread starter Thread starter Prabha
  • Start date Start date
P

Prabha

hi

i am building an webfarm application.

Can anyone tell me what is the best method of passing values across page?

Does using stateserver cause any issues?
 
Prabha a écrit :
hi

i am building an webfarm application.

Can anyone tell me what is the best method of passing values across page?

Does using stateserver cause any issues?

What does you "best" means ?
Performance ? Flexibility ? Security ?
....
 
Hi,

I am Using Asp.Net 1.1. Please suggest me which way i can use to presist the
values across the pages in webfarm

Millions of thanx in advance

Regards
 
U can use state server or sql server state.

Also, you can use hidden controls to pass data and then using Viewstate
encoding
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top