简体   繁体   English

如何使用MS SQL Server数据库发布和部署Asp.net核心数据库优先应用程序

[英]How to publish and deploy an Asp.net Core Database first application with MS SQL Server Database

I am publishing a Asp.Net Core app Database first application with MS SQL Server Database. 我正在发布带有MS SQL Server数据库的Asp.Net Core应用程序数据库第一个应用程序。 After deploying i am getting SQL Error 26. I tried with the solution mentioned in this Link . 部署后,我收到SQL错误26。我尝试使用此链接中提到的解决方案。 But here a am getting this error 但是这里出现这个错误

'IIS APPPOOL\\ASP.NET v4.0' is not a valid name because it contains invalid characters. “ IIS APPPOOL \\ ASP.NET v4.0”不是有效名称,因为它包含无效字符。

Please help 请帮忙

Few things need to be checked before deploying asp.net core application in IIS. 在IIS中部署asp.net核心应用程序之前,无需检查几件事。

  1. Application Pool 应用程序池
  2. SQL Server SQL服务器
  3. Found answer here https://iis.net/downloads/microsoft/httpplatformhandler 在这里找到答案https://iis.net/downloads/microsoft/httpplatformhandler

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 发布Web应用程序ASP.NET MVC(数据库优先) - publish web application ASP.NET MVC (database first) 如何从托管在 **1&1 Ionos** 托管服务器中的 ASP.NET Core 2.2 连接 MS SQL Server 数据库? - How to connect MS SQL Server database from ASP.NET Core 2.2 hosted in **1&1 Ionos** hosting server? 我可以使用SQL Server安全性来控制对(数据库优先)ASP.net应用程序的访问吗? 怎么样? - Can I use SQL Server security to control access to my (database first) ASP.net application? How? 使用 AWS 中的 SQL Server 数据库发布 ASP.NET WEB API 2 - Publish ASP.NET WEB API 2 with SQL Server database in AWS 如何将 ASP.NET Core 和本地现有数据库发布到 Azure? - How to publish ASP.NET Core and locally existing database to Azure? 如何将 .NET Core ASP 应用程序连接到 MS Access 数据库 - How to Connect .NET Core ASP Application to MS Access database ASP.Net Core - 在 SQL Server 数据库中存储和检索 FormCollection - ASP.Net Core - Store and Retrieve FormCollection in SQL Server database 使用 Asp.Net Core 连接到本地 SQL 服务器数据库时遇到问题 - Trouble connecting to local SQL server database with Asp.Net Core 如何使用VS2013在Godaddy中部署具有SQL Server数据库(启用成员身份)的ASP.NET网站 - How to deploy ASP.NET website with SQL Server database (membership enabled) in Godaddy using VS2013 如何将 ASP.NET Web 应用程序部署到 Azure 与现有的 Z9778840A0104CB30C52ZB7 服务器数据库 (76410CB30C52ZB7) 服务器数据库 - How to deploy an ASP.NET Web App to Azure with an existing SQL Server database (Azure Data Studio)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM