Click here to Skip to main content
15,911,360 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
See As per development point of view, if your application is going to be on multiple web servers, then you have take extra care about those items who resides in server memory like session,application variables etc.You should use DB to store most of the data. Application variables should not be used in case of multiple servers. And for session, it should not be in InProc mode.

For details about session, Exploring Session in ASP.Net

Rest thing like how your application is going to accessed by endusers ie url, how you are going to connect to DB and other server if there, should be taken care by H/W guys

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 
GeneralRe: How to Hide the Address bar and status bar Pin
koncuk20-Apr-10 23:56
koncuk20-Apr-10 23:56 
GeneralRe: How to Hide the Address bar and status bar Pin
michaelschmitt21-Apr-10 0:20
michaelschmitt21-Apr-10 0:20 
AnswerRe: How to Hide the Address bar and status bar Pin
Jamil Hallal21-Apr-10 2:47
professionalJamil Hallal21-Apr-10 2:47 

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.