3

I have an ASP.NET Core app targeting full framework 4.6. when I deploy to IIS the application runs out of process. That was the default as ASP.NET Core 2.0 and 2.1, then is said that in ASP.NET Core 2.2 is possible to run InProcess, but Does this apply to ASP.NET Core apps targeting full framework? In Server with IIS, I have installed the latest version of .NET Core 2.2 Runtime & Hosting Bundle for Windows (v2.2.3)

How project was created

1 Answer 1

7

The docs state that this is not supported when targeting the .NET Framework:

The in-process hosting model isn't supported for ASP.NET Core apps that target the .NET Framework.

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.