I have developed an ASP.Net (VB.Net) website which is using Entity Framework and SQL Server 2005 Express.
My Client has just told me that he wants his website to be hosted in some cloud environment.
I have to ask that will there be issues? I mean
- Are there some things which should be kept in mind while developing an application which is supposed to be hosted in Cloud Environment?
- Do I have to change my code? (I am using Session for the Login purpose) or will my existing code will be working without any change? Currently my code is running fine on a shared ASP.Net 3.5 hosting provider.
Thanks in advance
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 having fail-over protection for hardwares. Following article will be helpful for you …
Can ASP.NET MVC3 Applications Host in cloud without specific code changes?
Your Question: Do I have to change my code? (I am using Session for the Login purpose) or will my existing code will be working without any change? Currently my code is running fine on a shared ASP.Net 3.5 hosting provider.