Mohammed Altaf
Mohammed Altaf

Reputation: 97

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. After deploying i am getting SQL Error 26. I tried with the solution mentioned in this Link. But here a am getting this error

'IIS APPPOOL\ASP.NET v4.0' is not a valid name because it contains invalid characters.

Please help

Upvotes: 0

Views: 828

Answers (1)

Mohammed Altaf
Mohammed Altaf

Reputation: 97

Few things need to be checked before deploying asp.net core application in IIS.

  1. Application Pool
  2. SQL Server
  3. Found answer here https://iis.net/downloads/microsoft/httpplatformhandler

Upvotes: 1

Related Questions