Click here to Skip to main content
15,906,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb Server for Multiple User Connections Pin
ollysmith9-Jul-07 4:53
ollysmith9-Jul-07 4:53 
AnswerRe: Web Server for Multiple User Connections Pin
Fred_Smith9-Jul-07 5:22
Fred_Smith9-Jul-07 5:22 
Seems an extraordinary setup, but anyway...

First, you need to know which user is making the request, so you'll need a login of some sort - so you need a "users" database and keep a reocrd for each user of their username, password, and database name - then when they login you can construct the appropriate database connection string from the information received from the database, and use that for their subsequent database requests. It won't matter if two or more users are logged in at the same time, they will each be accessing their own database using their own database connection.

I'm not sure how scalable this sort of setup is, if you have thousands or even just hundreds of users...

Fred
GeneralRe: Web Server for Multiple User Connections Pin
Not Active9-Jul-07 6:03
mentorNot Active9-Jul-07 6:03 
GeneralRe: Web Server for Multiple User Connections Pin
ollysmith9-Jul-07 12:24
ollysmith9-Jul-07 12:24 
QuestionConfiguration Error> allowDefinition='MachineToApplication' beyond application level?? Pin
Amr M. K.9-Jul-07 4:39
Amr M. K.9-Jul-07 4:39 
QuestionERROR: Cannot have multiple items selected in a DropDownList. Pin
Anand krishna9-Jul-07 3:39
Anand krishna9-Jul-07 3:39 
AnswerRe: ERROR: Cannot have multiple items selected in a DropDownList. Pin
Vasudevan Deepak Kumar9-Jul-07 3:48
Vasudevan Deepak Kumar9-Jul-07 3:48 
AnswerRe: ERROR: Cannot have multiple items selected in a DropDownList. Pin
Imran Khan Pathan9-Jul-07 4:06
Imran Khan Pathan9-Jul-07 4:06 
Questiongenerate an assembly from a resource file programatically Pin
Prajin9-Jul-07 2:54
Prajin9-Jul-07 2:54 
QuestionFormatting GridView Pin
Jay_se9-Jul-07 2:54
Jay_se9-Jul-07 2:54 
AnswerRe: Formatting GridView Pin
Not Active9-Jul-07 3:58
mentorNot Active9-Jul-07 3:58 
GeneralRe: Formatting GridView Pin
Jay_se9-Jul-07 4:30
Jay_se9-Jul-07 4:30 
GeneralRe: Formatting GridView Pin
Not Active9-Jul-07 5:10
mentorNot Active9-Jul-07 5:10 
GeneralRe: Formatting GridView Pin
Jay_se9-Jul-07 18:30
Jay_se9-Jul-07 18:30 
QuestionWeb.Config, DLLs and NUnit Pin
Malcolm Smart9-Jul-07 2:45
Malcolm Smart9-Jul-07 2:45 
AnswerRe: Web.Config, DLLs and NUnit Pin
Malcolm Smart9-Jul-07 3:43
Malcolm Smart9-Jul-07 3:43 
GeneralRe: Web.Config, DLLs and NUnit Pin
Kevin McFarlane9-Jul-07 11:51
Kevin McFarlane9-Jul-07 11:51 
QuestionFiltering files Pin
suparichit9-Jul-07 2:20
suparichit9-Jul-07 2:20 
AnswerRe: Filtering files Pin
Dave Sexton9-Jul-07 2:32
Dave Sexton9-Jul-07 2:32 
GeneralRe: Filtering files Pin
suparichit9-Jul-07 2:34
suparichit9-Jul-07 2:34 
QuestionControl Memory Footprint Pin
Dave Sexton9-Jul-07 1:54
Dave Sexton9-Jul-07 1:54 
QuestionPopulating DropDownList from XML? Pin
chand109-Jul-07 1:36
chand109-Jul-07 1:36 
AnswerRe: Populating DropDownList from XML? Pin
valerian.precop9-Jul-07 2:05
valerian.precop9-Jul-07 2:05 
AnswerRe: Populating DropDownList from XML? Pin
Imran Khan Pathan9-Jul-07 2:07
Imran Khan Pathan9-Jul-07 2:07 
QuestionSqlDataSource - use info in cs file?? Pin
munklefish9-Jul-07 1:30
munklefish9-Jul-07 1:30 

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.