Pros and cons of having dedicated application pools over keeping web applications in one default app pool

后端 未结 5 2129
情话喂你
情话喂你 2020-12-05 23:15

What are pros and cons of having dedicated application pools over keeping web applications in one default app pool?

5条回答
  •  Happy的楠姐
    2020-12-05 23:38

    I agree with Jason.

    Also, you can designate different users (such as a Windows account) for different app pools. That enables setting up those users with different permissions in the database. That helps enhance security, and enables tracking which website/user is hitting the database, useful when tracing database performance issues.

提交回复
热议问题