0

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

Community
  • 1
  • 1
Mohammed Altaf
  • 97
  • 1
  • 1
  • 11

1 Answers1

1

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
Mohammed Altaf
  • 97
  • 1
  • 1
  • 11