【发布时间】:2020-09-28 14:27:07
【问题描述】:
我在 asp.net core 3.1 上创建了一个应用程序。我有一个数据库和一个迁移,但是在创建发布时,发布文件夹中没有迁移。需要一步一步的指导。 我有自己的服务器和本地数据库 enter image description here
我需要自定义这个页面吗 enter image description here
【问题讨论】:
标签: database asp.net-core migration publish
我在 asp.net core 3.1 上创建了一个应用程序。我有一个数据库和一个迁移,但是在创建发布时,发布文件夹中没有迁移。需要一步一步的指导。 我有自己的服务器和本地数据库 enter image description here
我需要自定义这个页面吗 enter image description here
【问题讨论】:
标签: database asp.net-core migration publish
1.尝试安装 MSSMS 并连接到您的本地服务器。需要管理您的本地数据库: https://docs.microsoft.com/ru-ru/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15
2.如何使用 VS 将 ASP.NET Core 应用发布到 Azure: https://docs.microsoft.com/en-us/aspnet/core/tutorials/publish-to-azure-webapp-using-vs?view=aspnetcore-3.1
3.将本地数据库部署到 Azure 门户: https://www.progress.com/documentation/sitefinity-cms/deploy-the-database-to-azure-sql#create-a-sql-server
4.使用 Azure 门户。并尝试订阅“试用”: https://portal.azure.com/
我在等你的问题。
【讨论】: