For .NET5 ASP.NET Core Web application deployed under Windows/IIS, can multiple websites be created that all use a common (the same) Application Pool?
And if "yes", what needs to be considered/configured to make this happen?
Finally, any links to where this is documented would be helpful!