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

3
  • Is this is your first time deploying in IIS? or your IIS is totally new? Did you register asp.net in your IIS Server? Commented May 18, 2017 at 9:53
  • Neither i am deploying for first time, nor my IIS is new. This is the first time i am deploying asp.net core database first application and it is unable to locate server. Commented May 18, 2017 at 10:00
  • Found answer here iis.net/downloads/microsoft/httpplatformhandler Commented Aug 22, 2017 at 11:23

1 Answer 1

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
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.