Click here to Skip to main content
15,892,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUser control refresh Pin
vishnukamath10-Feb-12 3:19
vishnukamath10-Feb-12 3:19 
AnswerRe: User control refresh Pin
Parwej Ahamad12-Feb-12 6:57
professionalParwej Ahamad12-Feb-12 6:57 
AnswerRe: User control refresh Pin
jkirkerx13-Feb-12 14:10
professionaljkirkerx13-Feb-12 14:10 
QuestionHow do I check if the application pool is running in 32 or 64-bits? Pin
Jörgen Andersson9-Feb-12 22:29
professionalJörgen Andersson9-Feb-12 22:29 
AnswerRe: How do I check if the application pool is running in 32 or 64-bits? Pin
Pete O'Hanlon9-Feb-12 23:35
mvePete O'Hanlon9-Feb-12 23:35 
GeneralRe: How do I check if the application pool is running in 32 or 64-bits? Pin
Jörgen Andersson9-Feb-12 23:43
professionalJörgen Andersson9-Feb-12 23:43 
QuestionArchitecture help Pin
Ramkumar_S9-Feb-12 16:52
Ramkumar_S9-Feb-12 16:52 
AnswerRe: Architecture help Pin
Abhinav S9-Feb-12 20:37
Abhinav S9-Feb-12 20:37 
Having multiple connections in your configuration file is easy -

<connections>
     <connection id="FirstConnection">
       <databasename>A</databasename>
       <servername>SERVER1</servername>
       <integratedSecurity>True</integratedSecurity>                    
     </connection>
     <connection id="SecondConnection">
       <databasename>A</databasename>
       <servername>SERVER1</servername>
       <integratedSecurity>True</integratedSecurity>                    
      </connection>
</connections>


You can make the choice of connections in the DAL or the BAL layer.
I would think DAL is better because then the BAL is completely free from the decision of which database to connect to - which is the way it should be.

A pattern called the Enterprise Library supports multiple types of databases via some patterns.
AnswerRe: Architecture help Pin
farogh haider14-Feb-12 0:56
farogh haider14-Feb-12 0:56 
QuestionIsUserInRole too slow - ASP.NET Pin
sharp_k9-Feb-12 3:17
sharp_k9-Feb-12 3:17 
AnswerRe: IsUserInRole too slow - ASP.NET Pin
OriginalGriff9-Feb-12 3:44
mveOriginalGriff9-Feb-12 3:44 
AnswerRe: IsUserInRole too slow - ASP.NET Pin
DaveAuld9-Feb-12 4:09
professionalDaveAuld9-Feb-12 4:09 
GeneralRe: IsUserInRole too slow - ASP.NET Pin
sharp_k9-Feb-12 5:04
sharp_k9-Feb-12 5:04 
GeneralRe: IsUserInRole too slow - ASP.NET Pin
DaveAuld9-Feb-12 6:38
professionalDaveAuld9-Feb-12 6:38 
GeneralRe: IsUserInRole too slow - ASP.NET Pin
sharp_k9-Feb-12 7:05
sharp_k9-Feb-12 7:05 
GeneralRe: IsUserInRole too slow - ASP.NET Pin
sharp_k9-Feb-12 7:11
sharp_k9-Feb-12 7:11 
GeneralRe: IsUserInRole too slow - ASP.NET Pin
DaveAuld9-Feb-12 7:53
professionalDaveAuld9-Feb-12 7:53 
Generalanswers inside Pin
sharp_k9-Feb-12 8:29
sharp_k9-Feb-12 8:29 
QuestionAbout Gridview Pin
Amit_9-Feb-12 1:56
Amit_9-Feb-12 1:56 
AnswerRe: About Gridview Pin
Abhinav S9-Feb-12 20:38
Abhinav S9-Feb-12 20:38 
QuestionHow to secure a .ASHX-Request? Pin
softwarejaeger8-Feb-12 1:25
softwarejaeger8-Feb-12 1:25 
QuestionWCF Service Pin
Satish_S8-Feb-12 1:22
Satish_S8-Feb-12 1:22 
AnswerRe: WCF Service Pin
Wes Aday8-Feb-12 3:05
professionalWes Aday8-Feb-12 3:05 
Questionweb mobile application Pin
tek 20097-Feb-12 22:45
tek 20097-Feb-12 22:45 
AnswerRe: web mobile application Pin
David Mujica8-Feb-12 3:33
David Mujica8-Feb-12 3:33 

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.