Click here to Skip to main content
15,890,123 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsetup problem with framework1.1 Pin
Kissy1630-Jul-08 19:31
Kissy1630-Jul-08 19:31 
AnswerRe: setup problem with framework1.1 Pin
Abhijit Jana30-Jul-08 20:08
professionalAbhijit Jana30-Jul-08 20:08 
Questionspacing between lines in IFRAME Pin
VB 8.030-Jul-08 19:30
VB 8.030-Jul-08 19:30 
AnswerRe: spacing between lines in IFRAME Pin
Abhijit Jana30-Jul-08 20:11
professionalAbhijit Jana30-Jul-08 20:11 
GeneralRe: spacing between lines in IFRAME Pin
Kissy1630-Jul-08 20:18
Kissy1630-Jul-08 20:18 
GeneralRe: spacing between lines in IFRAME Pin
VB 8.030-Jul-08 21:06
VB 8.030-Jul-08 21:06 
QuestionNMVP Framework-- MVpPage MVP Host Pin
Member 311699730-Jul-08 19:27
Member 311699730-Jul-08 19:27 
QuestionHELP! Dynamic DB Connection based on user type Pin
vicky45730-Jul-08 19:27
vicky45730-Jul-08 19:27 
I need to create an application: upon user login, check the user type and decide the database that application will use for that user. Here is what I have:
1: Master database: stores user information and application configuration data, such as which db to use and connection string
2: Database I on server 1: contains all the application data for user group I.
3: Database II on server 2: contains all the application data for user group II.
4: Database I backup on server 2: as backup for user group 1 in case server 1 fails.
5: Database II backup on server 1: as backup for user group 2 in case server 2 fails.
6: Through log shipping between server 1 and server 2 to keep DB I and I and their backup up-to-date.
7: The web site is running on web farm. The session state management is using SQL server session state management, which is on the same server as Master DB.

My questions are:
1: How do I determine if server 1 or server 2 is down and it's time for application switching to use the DB backup on the other server.
2: What to do if the master DB server is down?
3: Is there a better approach than the above design to achieve the same goals: using different DB for different users, and achieving fast recovery by using the backup server?

I would really appreciate any suggestion and help!

Thanks in advance!
Questionuse oh html pages in asp.net Pin
DHARMESHWARI30-Jul-08 19:19
DHARMESHWARI30-Jul-08 19:19 
JokeRe: use oh html pages in asp.net Pin
Eduard Keilholz30-Jul-08 20:10
Eduard Keilholz30-Jul-08 20:10 
AnswerRe: use oh html pages in asp.net Pin
Abhijit Jana30-Jul-08 20:13
professionalAbhijit Jana30-Jul-08 20:13 
QuestionDynamically create datagrids at runtime Pin
ImDuhShogun30-Jul-08 18:17
ImDuhShogun30-Jul-08 18:17 
AnswerRe: Dynamically create datagrids at runtime Pin
Eduard Keilholz30-Jul-08 20:15
Eduard Keilholz30-Jul-08 20:15 
AnswerRe: Dynamically create datagrids at runtime Pin
ImDuhShogun1-Aug-08 2:10
ImDuhShogun1-Aug-08 2:10 
QuestionDownloading multiple files at one snapshot. Pin
hivshi30-Jul-08 15:05
hivshi30-Jul-08 15:05 
AnswerRe: Downloading multiple files at one snapshot. Pin
Christian Graus30-Jul-08 15:56
protectorChristian Graus30-Jul-08 15:56 
Questionhow to set ContentPlaceHolder to apply css styleshet(css file)? Pin
blackeyes30-Jul-08 13:46
blackeyes30-Jul-08 13:46 
AnswerRe: how to set ContentPlaceHolder to apply css styleshet(css file)? Pin
Eduard Keilholz30-Jul-08 20:19
Eduard Keilholz30-Jul-08 20:19 
AnswerRe: how to set ContentPlaceHolder to apply css styleshet(css file)? [modified] Pin
blackeyes31-Jul-08 2:37
blackeyes31-Jul-08 2:37 
AnswerRe: how to set ContentPlaceHolder to apply css styleshet(css file)? Pin
Abhijit Jana30-Jul-08 20:29
professionalAbhijit Jana30-Jul-08 20:29 
QuestionDateTime Property in CompositeControl Pin
dadda_mac30-Jul-08 11:19
dadda_mac30-Jul-08 11:19 
QuestionAJAX tab control returning to the first tab after postback. Pin
Steve Holdorf30-Jul-08 7:13
Steve Holdorf30-Jul-08 7:13 
QuestionReport Date and Time Default Pin
macca2430-Jul-08 5:16
macca2430-Jul-08 5:16 
Questionclient side code to update field (javascript) Pin
ferronrsmith30-Jul-08 5:08
ferronrsmith30-Jul-08 5:08 
AnswerRe: client side code to update field (javascript) Pin
Yusuf30-Jul-08 7:13
Yusuf30-Jul-08 7:13 

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.