I want to run ASP.NET MVC app in IIS 8.5 on VM hosted on Hyper-V with NUMA Hardware.
Setting MaxWorkerkProcesses works as documented and I am getting two wokrer processes on 2 NUMA node machine. We have promising results from performnace testing. Question arises if session state is shared across this processes or not when set to In-process? I need to know if I will get session affinity in such setup or i have to give up NUMA for classical iis 7 setup with one worker process?
Regards,
Arek