I am not familiar with cloud, My website is developed using asp.net , so how to use cloud for asp.net web application , because my client taken cloud storage , so please tell me how to use cloud for regular asp.net website using C# 3tier architecture
Loading
Tahir AnsariPosted Jul 25, 2023, 11:54 AM
Hi,
As per my knowledge traditional ASP.NET websites were not initially designed with cloud hosting in mind but you can follow below article:
https://www.c-sharpcorner.com/article/how-to-deploy-web-app-to-azure-using-visual-studio/
Asht TPosted Jul 27, 2023, 6:16 AM
@Sam Hobbs how to host asp.net website on cloud
Sam HobbsPosted Jul 26, 2023, 8:44 PM
The term cloud can mean many things. It could mean that a database is somewhere else from where that application executes. That technology began as Distributed Databases about half a century ago.
A cloud could be something that executes a program in a system separate from the user of the program. Server-side internet applications are examples of that. I think that ASP.Net is like that. As best as I understand things, ASP.Net applications are usually hosted in a cloud. Azure is one of many possible clouds for that.
If you are asking how to use a database that is in a different system than the system executing an ASP.Net application then I think it is basically a matter of specifying an appropriate connection string for the cloud database.