Results 1 to 9 of 9

Thread: [2005] Best practice: MVC and secure connection string(s)?

Hybrid View

  1. #1
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: [2005] Best practice: MVC and secure connection string(s)?

    I second what mendhak said. I'm no .net guru but have worked on corporate sites for some years now and a standard setup is a dedicated server running the site and if needed a seperate db server and possibly mail server.

    If the time comes that webfarms or co location are needed your site should be running very efficient scalable code and smoothly move accross multi servers.

    I think that's the most important point, how well the site runs. Adding more hardware will not fix resource or bandwidth hungry coding.

  2. #2

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Cool Re: [2005] Best practice: MVC and secure connection string(s)?

    Hi guys

    Many, many thanks for the suggestions and opinons, they really help! Brin - I was trying (and hopefully am ) writing scalable code at the moment btw, but thanks also.

    The side question I was thinking of, in relation to this question too was whether the way I'd always been taught to write sites - that is just writing front-end and processing sites and COM+ or .Net dlls and hosting them all on the web server, with just a secondary database server was the right way to go about it. Whether to move processing to third and fourth servers or not, and it's been fantastic and fascinating to hear you all code the same way - and just upscale the 2 servers into a base of 2 farms. That's very interesting to know!

    Many many thanks for your time and thoughts
    Last edited by alex_read; Apr 28th, 2008 at 09:19 AM.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width