We are developing server solution with IIS+fastcgi+django. The main aspect is Excel interoperability-opening files/reading/writing.
When we were working with 32х Win Server 2012 + MS Excel 2007 + IIS7 EnsureDispatch
method was working as expected. It opens new Excel instance if it exists and use existent if not.
After we moved to another server with 64x WinServer 2016 + MS Excel 2010 + IIS10 EnsureDispatch
starts creating new instances in any case.
I changed many variations of settings in DCOM, IIS and DefaultAppPool, but nothing help