Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does .NET 6 Allow Multiple Apps to run in a Single App Pool?

Does .NET 6 allow multiple apps to run in a single app pool?

.NET Core did not, but I'm not finding anywhere that specifies if .NET 6 allows this?

like image 600
David Mays Avatar asked Oct 25 '25 18:10

David Mays


1 Answers

.NET 6 is current LTS version of .NET Core (link1, link2) and nothing has changed in terms of app pools for in-process hosting of ASP.NET Core in the 6th version:

  • Sharing an app pool among apps isn't supported. Use one app pool per app.
like image 67
Guru Stron Avatar answered Oct 27 '25 20:10

Guru Stron



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!