Mobile app version of vmapp.org
Login or Join
Sims2060225

: You could consider Windows Azure - it sounds like you don't need "a server" per se, but a place to host your asp.net/sql server app that can scale out as needed for better performance/stability.

@Sims2060225

You could consider Windows Azure - it sounds like you don't need "a server" per se, but a place to host your asp.net/sql server app that can scale out as needed for better performance/stability. This can make sense if you hope to see your traffic boom to a level where multiple servers are required - perhaps in periods, perhaps located in data centers around the globe.

Moving your app to Azure will be trivial is you store state/data in sql server. If you write to the file system (like storing uploaded images), use services running outside iis or other 'not so static web app activities' you would need to address this first.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sims2060225

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme