Hi guys,
I have a question about best practice when configuring 2 websites in the same solution in IIS.
I see 2 possibilities:
1. Configure 1 website in IIS with multiple bindings and a single ApplicationPool
2. Configure 2 websites in IIS with separate bindings and separate ApplicationPools.
I would prefer option #2 but from what I have noticed, the problem with scenario 2 is the update of the content. If I make a change in the backend, the change is not reflected on the frontend until Application pool is recycled.
My main aim is to improve performance and separate the influence of website1 to website 2
Any thoughts or suggestions?
Thank you,
Adrian