I had created an ASP.NET web app using:
我创建了一个ASP。NET web应用程序使用:
- ASP.NET MVC 3 Webforms
- ASP。净MVC 3 Webforms
- Linq to sql
- Linq to sql
- MS SQL Server database
- MS SQL Server数据库
- WCF
- WCF
What would need to be done to host it on a cloud service? Should i convert it in to Azure application or not. can i directly upload my ASP.Net MVC Web application in a Cloud without specific code changes that would be required before hosting.
在云服务上托管它需要做什么?我是否应该将它转换为Azure应用程序。我可以直接上传我的ASP吗?Net MVC Web应用程序在云中没有特定的代码更改,在托管之前是必需的。
2 个解决方案
#1
1
Please understand that there is no need to change your code to host your application in cloud. Cloud hosting is nothing but a traditional hosting with advanced infrastructure. Yes, you can directly upload my ASP.Net MVC Web application in a Cloud without specific code changes
请理解,不需要更改代码来在云中托管应用程序。云托管只不过是一个具有先进基础设施的传统托管。是的,你可以直接上传我的ASP。Net MVC Web应用程序中的云,没有特定的代码更改
You only need to change your code, if you want to add CDN hosting with the cloud.
如果您想使用云添加CDN托管,您只需要修改代码。
#2
1
You can push your application to AppHarbor with no modifications, and we'll run and scale your app in the cloud with no modifications.
您可以将应用程序推到AppHarbor,无需修改,我们将在云中运行和扩展您的应用程序,不需要修改。
(disclaimer, I'm co-founder of AppHarbor)
(免责声明,我是AppHarbor的联合创始人)
#1
1
Please understand that there is no need to change your code to host your application in cloud. Cloud hosting is nothing but a traditional hosting with advanced infrastructure. Yes, you can directly upload my ASP.Net MVC Web application in a Cloud without specific code changes
请理解,不需要更改代码来在云中托管应用程序。云托管只不过是一个具有先进基础设施的传统托管。是的,你可以直接上传我的ASP。Net MVC Web应用程序中的云,没有特定的代码更改
You only need to change your code, if you want to add CDN hosting with the cloud.
如果您想使用云添加CDN托管,您只需要修改代码。
#2
1
You can push your application to AppHarbor with no modifications, and we'll run and scale your app in the cloud with no modifications.
您可以将应用程序推到AppHarbor,无需修改,我们将在云中运行和扩展您的应用程序,不需要修改。
(disclaimer, I'm co-founder of AppHarbor)
(免责声明,我是AppHarbor的联合创始人)