I have an ASP.NET MVC (.NETFramework 4.5) application, when I hosted (IIS-7.5), I set max Worker process
to 5, And Set Session State to StateServer
And Set a static machinekey
, after all my session is null,
Why?
Is there any settings that I lost?
any suggestion?