We want to create utility that convert all ASP.Net web site to Azure Web Role site. Is that possible that we can create dynamically create ASP.Net Web role project and then move exiting project files and config setting to new project.
We want to move our windows services, IIS web site and web services to Azure platform with their services. So need to check if we can automate this process?