Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

choosing cloud for an asp.net e-commerce project

We have an on-going e-commerce web project (both B2B and B2C) on asp.net framework 4.0. MS Sql-Server 2005 is used as a RDBMS.

The main numbers for the project capacity are:

  1. 15.000 products
  2. 50.000 images for products
  3. 400 B2B user
  4. 3000 B2C user
  5. 800-1000 daily unique visitors

we are planning to host this project on a cloud infrastructure.

From a developer point of view which platform would you consider for this application?

Thanks in advance..

like image 885
Adam Right Avatar asked Dec 21 '22 00:12

Adam Right


2 Answers

I don't know why you would consider anything but Microsoft's Azure. Every component of your application uses MS products.

There are VS Azure templates to use to convert your app into an Azure app. There aren't too many differences for developing for Azure vs. web server(s).

like image 117
TheGeekYouNeed Avatar answered Jan 04 '23 19:01

TheGeekYouNeed


Apart from MS Azure, have you considered AppHarbor?

"AppHarbor is a fully hosted .NET Platform as a Service. AppHarbor can deploy and scale any standard .NET application."

To clarify: I've never used it myself but I've heard some nice feedback about them.

like image 39
alex Avatar answered Jan 04 '23 20:01

alex