Click here to Skip to main content
15,894,343 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionconfigure 'Impersonation' in IIS Pin
Manas Bhardwaj16-Sep-10 3:21
professionalManas Bhardwaj16-Sep-10 3:21 
AnswerRe: configure 'Impersonation' in IIS Pin
T M Gray16-Sep-10 8:44
T M Gray16-Sep-10 8:44 
QuestionMigration from Oracle 9i to Oracle 11.2 Pin
padmanabhan N16-Sep-10 3:04
padmanabhan N16-Sep-10 3:04 
AnswerRe: Migration from Oracle 9i to Oracle 11.2 Pin
m@dhu16-Sep-10 3:18
m@dhu16-Sep-10 3:18 
AnswerRe: Migration from Oracle 9i to Oracle 11.2 Pin
David Mujica16-Sep-10 3:30
David Mujica16-Sep-10 3:30 
QuestionGood .NET Hosting Companies??? Pin
Daniel Ormisher16-Sep-10 1:08
Daniel Ormisher16-Sep-10 1:08 
AnswerRe: Good .NET Hosting Companies??? Pin
R. Giskard Reventlov16-Sep-10 1:17
R. Giskard Reventlov16-Sep-10 1:17 
AnswerRe: Good .NET Hosting Companies??? Pin
NeverHeardOfMe16-Sep-10 1:36
NeverHeardOfMe16-Sep-10 1:36 
You'll find hosting 5 separate SQL Server databases pretty expensive. Unless the clients are going to want direct access to them themselves, there is no reason why you shouldn't be able to place all 5 within the same database, as long as you're careful to ensure that your host doesn't tie you down to a separate database for each domain - there is no (technical) reason they should. (Not even sure they can, come to think of it - it's just a matter of what connection string you use.) Create your table names in a manner to make it easy for you to distinguish which table belongs to which application/client (add an appropriate suffix to each, for example) and create separate users with appropriate priveleges for each application too.

There, I've just saved you 80% on your database hosting costs! I'll take 10% Smile | :)
GeneralOne DB, many clients Pin
David Mujica16-Sep-10 3:24
David Mujica16-Sep-10 3:24 
GeneralRe: One DB, many clients Pin
NeverHeardOfMe16-Sep-10 3:34
NeverHeardOfMe16-Sep-10 3:34 
GeneralRe: Good .NET Hosting Companies??? Pin
Daniel Ormisher16-Sep-10 10:00
Daniel Ormisher16-Sep-10 10:00 
Questionurlrewrite - catch all paths on iis Pin
Hanzaplast16-Sep-10 1:07
Hanzaplast16-Sep-10 1:07 
QuestionHow to convert document to PDF format in Asp.net using c# Pin
hemananthan15-Sep-10 19:26
hemananthan15-Sep-10 19:26 
AnswerRe: How to convert document to PDF format in Asp.net using c# Pin
Abhijit Jana15-Sep-10 19:45
professionalAbhijit Jana15-Sep-10 19:45 
AnswerRe: How to convert document to PDF format in Asp.net using c# Pin
fjdiewornncalwe16-Sep-10 2:14
professionalfjdiewornncalwe16-Sep-10 2:14 
AnswerRe: How to convert document to PDF format in Asp.net using c# Pin
T M Gray16-Sep-10 9:08
T M Gray16-Sep-10 9:08 
Questionrange validator for text box not taking range properly Pin
Dhyanga15-Sep-10 10:50
Dhyanga15-Sep-10 10:50 
AnswerRe: range validator for text box not taking range properly Pin
Luc Pattyn15-Sep-10 11:06
sitebuilderLuc Pattyn15-Sep-10 11:06 
GeneralRe: range validator for text box not taking range properly Pin
Dhyanga15-Sep-10 11:42
Dhyanga15-Sep-10 11:42 
AnswerRe: range validator for text box not taking range properly Pin
Arun Jacob15-Sep-10 18:58
Arun Jacob15-Sep-10 18:58 
GeneralRe: range validator for text box not taking range properly Pin
Abhijit Jana15-Sep-10 19:21
professionalAbhijit Jana15-Sep-10 19:21 
AnswerRe: range validator for text box not taking range properly Pin
Abhijit Jana15-Sep-10 19:28
professionalAbhijit Jana15-Sep-10 19:28 
AnswerRe: range validator for text box not taking range properly Pin
Dhyanga16-Sep-10 3:02
Dhyanga16-Sep-10 3:02 
Questionone or more web.config Pin
Jassim Rahma15-Sep-10 9:05
Jassim Rahma15-Sep-10 9:05 
AnswerRe: one or more web.config Pin
Dhyanga15-Sep-10 10:31
Dhyanga15-Sep-10 10:31 

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.