Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 845111
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T06:23:43+00:00 2026-05-15T06:23:43+00:00

Is there are an architecture versatile enough that it may be deployed to either

  • 0

Is there are an architecture versatile enough that it may be deployed to either a cloud server or to a dedicated (or VPS) server with minimal change? Obviously there would be config changes but I’d rather leave the rest of the app consistent, keeping one maintainable codebase.

The app would be ASP.NET &/or ASP.MVC. My dev environment is VS 2010. The cloud may, or may not be, Azure. Dedicated or VPS would be Win Server 2008. Probably.

It is not a public-facing web site. The web app I have in mind would be a separate deployment for each client. Some clients would be small-scale, some will prefer the app to run on a local intranet rather than on the web. Other clients may prefer the cloud approach for a black-box solution. The app may run for a few hours or it may run indefinitely, it depends on the client and the project. Other than deployment scenarios the apps would be more or less identical.

As you may see from the tags, I’m assuming a message-based architecture is probably the most versatile but I’m also used to being wrong about this stuff.

All suggestions and pointers welcome regarding general architectures and also specific solutions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T06:23:43+00:00Added an answer on May 15, 2026 at 6:23 am

    Yes, this is possible. The web app istelf (MVC or Webforms) will likely remain the same (with config changes).

    If you are considering Windows Azure as the “cloud” deployment option then the major things to take into account are:

    Web app:

    • Session management: you will have to use a web farm friendly approach (e.g. cannot use in-memory server side session state)
    • Bandwidth use: when you deploy to the cloud, latencies are higher than 100% on-premises, you also pay more for more bits you send back and forth. There’s an $ incentive for building more frugal apps.
    • Authentication mechanism: if you want to offer SSO you probably need to move to claims based approach (using WIF). This is largely something you can isolate and change (e.g. Windows integrated security on-premises, claims based on the cloud)
    • Use all standard providers (e.g. profile, membership, tracing, etc). There are Win Azure implementations of all, so you can just change them.

    Data:

    • The simplest approach for maximum portability is to use SQL Azure which is a (big) subset of SQL Server.
    • If you use another storage system (e.g. Windows Azure tables, etc), then you need to abstract all data access in the app (much harder work)
    • Besides some features not available in SQL Azure (like SQLCLR, SQL Broker) there are limits to the database size (max = 50GB currently). So, if your customer’s databases grown beyond that, you need to partition the db (which adds more complexity, but it is doable)

    Management:

    • If you use standard methods for logging and tracing (e.g. Systems.Diagnostics,etc) the app will remain largely the same. Your processes will have to be adapted (and your scripts, etc)

    Much more details are available here.

    I don’t know what you were trying to considering the message queues for, but that’s something you can also abstract (e.g. MSMQ for on-premises, Windows Azure Queue for the cloud). You will have to accomodate for some semantic differences, but it is doable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a client/server architecture where there are going to be possibly hundreds of
I've read lots of articles about Service Oriented architecture. Is there any real world
I was wondering if there was any good articles out there that explain how
Is there any lib witch i can use to convert integers and floats between
Is there a way to program using pure python in Xcode? I want something
Considering architecture.... I normally have a shopping cart class with addItem and removeItem methods
Is there a way to execute the backend code (ruby) in the web browser
I am planning to use Silverlight control for bing map. It will be used
most of the time in the service code I would have something like this:
I keep making attempts at properly using HTML5 but I feel like it's still

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.