3
Answers

how to use Cloud for asp.net web application

Asht T

Asht T

1y
549
1

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

Answers (3)
3
Tahir Ansari

Tahir Ansari

256 7.5k 224.3k 1y

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/

Accepted
2
Asht T

Asht T

863 869 16.8k 1y

@Sam Hobbs how to host asp.net website on cloud

2
Sam Hobbs

Sam Hobbs

55 29.3k 2.1m 1y

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.