Click here to Skip to main content
15,891,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHelp with Microsoft Access Database and ASP Pin
Amean21-Apr-10 3:30
Amean21-Apr-10 3:30 
AnswerRe: Help with Microsoft Access Database and ASP Pin
David Mujica21-Apr-10 3:50
David Mujica21-Apr-10 3:50 
GeneralRe: Help with Microsoft Access Database and ASP Pin
Amean21-Apr-10 3:54
Amean21-Apr-10 3:54 
GeneralLearning website Pin
David Mujica21-Apr-10 4:05
David Mujica21-Apr-10 4:05 
QuestionClustered Solutions Pin
Paul Unsworth20-Apr-10 23:42
Paul Unsworth20-Apr-10 23:42 
AnswerRe: Clustered Solutions Pin
Arindam Tewary20-Apr-10 23:47
professionalArindam Tewary20-Apr-10 23:47 
GeneralRe: Clustered Solutions Pin
Paul Unsworth20-Apr-10 23:54
Paul Unsworth20-Apr-10 23:54 
AnswerRe: Clustered Solutions Pin
Arindam Tewary21-Apr-10 0:09
professionalArindam Tewary21-Apr-10 0:09 
If your application is deployed over multiple server then you might keep in mind some below mentioned points as a developer.

(1) There are load balancing software which handles incomming request.

(2) if you know that your application redirects http request across multiple domain, then you should use Response.Redirect(). Otherwise server.transfer for new redirection in case you need that.
(3) Even if you use session variable you have to store Session data in a centralised database/server so that redirtion across multiple server(domain) does not loose any session data. I would post if some more points I can provide to you in this thread.
Thanks,
Arindam D Tewary

GeneralRe: Clustered Solutions Pin
Paul Unsworth21-Apr-10 0:15
Paul Unsworth21-Apr-10 0:15 
AnswerRe: Clustered Solutions Pin
Arindam Tewary21-Apr-10 2:25
professionalArindam Tewary21-Apr-10 2:25 
AnswerRe: Clustered Solutions Pin
Brij21-Apr-10 0:18
mentorBrij21-Apr-10 0:18 
GeneralRe: Clustered Solutions Pin
Paul Unsworth21-Apr-10 0:20
Paul Unsworth21-Apr-10 0:20 
GeneralRe: Clustered Solutions Pin
Brij21-Apr-10 0:32
mentorBrij21-Apr-10 0:32 
Questionsecuring querystring Pin
suhaib198220-Apr-10 22:45
suhaib198220-Apr-10 22:45 
AnswerRe: securing querystring Pin
Arindam Tewary20-Apr-10 23:42
professionalArindam Tewary20-Apr-10 23:42 
AnswerRe: securing querystring Pin
Avinash_Mane21-Apr-10 0:25
Avinash_Mane21-Apr-10 0:25 
AnswerRe: securing querystring Pin
Sandesh M Patil21-Apr-10 1:28
Sandesh M Patil21-Apr-10 1:28 
AnswerRe: securing querystring Pin
Jamil Hallal21-Apr-10 2:56
professionalJamil Hallal21-Apr-10 2:56 
AnswerRe: securing querystring Pin
Balaji_Reddy21-Apr-10 4:31
Balaji_Reddy21-Apr-10 4:31 
AnswerRe: securing querystring Pin
jaypatel51222-Apr-10 6:23
jaypatel51222-Apr-10 6:23 
QuestionHow to Hide the Address bar and status bar Pin
koncuk20-Apr-10 22:29
koncuk20-Apr-10 22:29 
AnswerRe: How to Hide the Address bar and status bar Pin
Arindam Tewary20-Apr-10 22:33
professionalArindam Tewary20-Apr-10 22:33 
GeneralRe: How to Hide the Address bar and status bar Pin
koncuk20-Apr-10 22:44
koncuk20-Apr-10 22:44 
AnswerRe: How to Hide the Address bar and status bar Pin
Arindam Tewary20-Apr-10 23:17
professionalArindam Tewary20-Apr-10 23:17 
AnswerRe: How to Hide the Address bar and status bar Pin
michaelschmitt20-Apr-10 22:46
michaelschmitt20-Apr-10 22:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.