ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,735 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We're beginning to get away from the old .NET Frameworks, and start using .NET Core for our ASP.NET Core web applications. I've got an ASP.NET Core app written using .NET 6 in IIS 10 on a Windows 2019 Server. I've configured an application pool that for .NET CLR version has No Managed Code, and Managed pipeline mode set to Integrated.
Is that correct?
that's correct.