Can ASP.NET MVC3 Applications Host in cloud without specific code changes?

爷,独闯天下 提交于 2019-12-11 01:35:20

问题


I had created an ASP.NET web app using:

  • ASP.NET MVC 3 Webforms
  • Linq to sql
  • MS SQL Server database
  • 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.


回答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

You only need to change your code, if you want to add CDN hosting with the cloud.




回答2:


You can push your application to AppHarbor with no modifications, and we'll run and scale your app in the cloud with no modifications.

(disclaimer, I'm co-founder of AppHarbor)



来源:https://stackoverflow.com/questions/10007236/can-asp-net-mvc3-applications-host-in-cloud-without-specific-code-changes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!