0

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!

John Livermore
  • 30,235
  • 44
  • 126
  • 216

1 Answers1

1

Something may help.

For example, we have the default website in IIS and we visit localhost we can see page like below:

enter image description here

And then we need to add another application to this website, we need to choose the default website and right click -> add application, then in the popup window, we set the name and choose the folder of the application.

enter image description here enter image description here

Then we can see it.

enter image description here

Tiny Wang
  • 10,423
  • 1
  • 11
  • 29