• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: Does .NET 6 Allow Multiple Apps to run in a Single App Pool?

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

0
By Isaac Tonny on 16/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

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?

Answer:

.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.


If you have better answer, please add a comment about this, thank you!

asp.net-core asp.net-core-6.0
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: How to scroll bottom of div at launch?

02/04/2023

Resolved: how to get and read an xml file in a zip file using xml.etree

02/04/2023

Resolved: The ‘Access-Control-Allow-Origin’ header contains multiple values ‘*, *’, but only one is allowed. cors error not resolving

02/04/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.