Click here to Skip to main content
16,022,667 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
What are the things that we have to remember while developing a dynamic multiuser web sit.

Edit - OP's comments moved from Solution section to Question Section.

But I want to know,how my website behave when two user concurrently access my website.
Posted
Updated 4-Nov-11 1:40am
v2
Comments
Sergey Alexandrovich Kryukov 4-Nov-11 1:00am    
Too many to list... it makes the question not quite correct.
--SA

Basically this is the big issue for developing the website containing many users...

It's Depend on your requirement that how to handel users and also which type of users you have..



For your basic information you need to create some group of users like admin,normal,guest etc...
like this...

Admin then 1
normal then 2
guest then 3

and store proper group index to your db..
and while you create a user or when any buddy sing up at that time you need to put that user in proper group..

and in your website you need to check that user group type while he she login and as per that you need to hide/show any information from that user based on their access level of group...

in this way you have to tack care for many things. this is only one you need to mention your all requirement and as per that you can handle your user...
 
Share this answer
 
If your Website is working normal for single user then it will also work normal for Two Users.

In case you are working with some User specific Details, then use "Session".

Have a look at below link for more information on "Asp.Net Session".
http://msdn.microsoft.com/en-us/library/ms178581.aspx
 
Share this answer
 
thanks raiskazi for your suggestion,you are really very helpful
 
Share this answer
 
Comments
RaisKazi 5-Nov-11 4:23am    
Glad to know it helped you. :) But please do not post your comments as a Solution, instead add your commnts just below specific Answer using Button -"Have a Question or Comment?". Also you may click on "Accept Answer" when your problem gets resolved. :)
thanks for your reply tejas,but i want to know,how my website behave when two user concurrently acess my website
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900