Answered by:
How to deploy my asp.net mvc 5 website over the internet

Question
-
User-1790113996 posted
Good day to all mvc users,
could you please give me the steps how to pulish my asp.net website over the internet.
please give me steps how to deploy and publish my website.
i am using .Net framework VS2013
Monday, September 25, 2017 8:45 AM
Answers
-
User-271186128 posted
Hi Cloudfiers,
could you please give me the steps how to pulish my asp.net website over the internet.
please give me steps how to deploy and publish my website.
If you are going to host your website on shared server, you will have to buy a hosting plan that generally comes with domain name, web space and SQL server database.
So, I suggest you could publish your web app to Azure Web App. The following articles show how to deploy your ASP.NET web app to Azure Web Apps.
Create an ASP.NET web app in Azure
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-dotnet
Publish an ASP.NET Core web app to Azure App Service using Visual Studio
https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-azure-webapp-using-vs
Best regards,
Dillion- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, September 27, 2017 7:43 AM
All replies
-
User-271186128 posted
Hi Cloudfiers,
could you please give me the steps how to pulish my asp.net website over the internet.
please give me steps how to deploy and publish my website.
If you are going to host your website on shared server, you will have to buy a hosting plan that generally comes with domain name, web space and SQL server database.
So, I suggest you could publish your web app to Azure Web App. The following articles show how to deploy your ASP.NET web app to Azure Web Apps.
Create an ASP.NET web app in Azure
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-dotnet
Publish an ASP.NET Core web app to Azure App Service using Visual Studio
https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-azure-webapp-using-vs
Best regards,
Dillion- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, September 27, 2017 7:43 AM -
User932909087 posted
Hi Cloudfiers,
The following is the steps:
1. Please open your project with Visual Studio tool
2. On the Solution Explorer windows (which is normally located on the top right hand corner of the VS tool), right click your project and select Publish
3. Please kindly publish it to a local folder, such as C:\Project
4. Please just upload whatever files/folders you see on C:\Project to our server via FTP and your site will work fine
Tuesday, October 10, 2017 4:10 AM -
User-1790113996 posted
Hi Cloudfiers,
Cloudfiers
could you please give me the steps how to pulish my asp.net website over the internet.
please give me steps how to deploy and publish my website.
If you are going to host your website on shared server, you will have to buy a hosting plan that generally comes with domain name, web space and SQL server database.
So, I suggest you could publish your web app to Azure Web App. The following articles show how to deploy your ASP.NET web app to Azure Web Apps.
Create an ASP.NET web app in Azure
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-dotnet
Publish an ASP.NET Core web app to Azure App Service using Visual Studio
https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-azure-webapp-using-vs
Best regards,
Dillionthank you for giving me idea :)
Wednesday, October 11, 2017 6:57 AM -
User-1790113996 posted
Hi Cloudfiers,
The following is the steps:
1. Please open your project with Visual Studio tool
2. On the Solution Explorer windows (which is normally located on the top right hand corner of the VS tool), right click your project and select Publish
3. Please kindly publish it to a local folder, such as C:\Project
4. Please just upload whatever files/folders you see on C:\Project to our server via FTP and your site will work fine
thank you sir
Wednesday, October 11, 2017 6:58 AM -
User347430248 posted
Hi Cloudfiers,
is your issue solved? or you got the answer for your question?
if yes, then I suggest you to mark appropriate suggestion as an answer which helped you to solve your issue.
this thread is still open and will remain open until you mark the answer.
if you have any further question regarding the above issue then let me know.
I will try to provide you further suggestions to solve it.
thanks for your understanding.
Regards
Deepak
Wednesday, October 25, 2017 8:42 AM