I know such questions have already been asked many times, but I am here with my scenario.
I have an asp.net web application with .net framework and SQL as backend
- Using N-Layered architectured
- No web services used.
- Each instance has a separate database.
I want to know:
- Can I containerize an asp.net framework web application into a windows container?
- Do I need to change entire application to Azure Web Application?
- If not, is it possible to deploy it directly over the cloud, on MS or any other, as we normally do in IIS?
- If not, Is there any third party migration tool available to make my plain old web application cloud-compatible, without affecting existing codes?
Thanks in advance.