Hello,
I have a multi-core server hosting my asp.net solution. In the past with dual-core, etc. you had to modify your app to NOT use in-proc session state, etc. Is this still the case if its a dual core?
Also, does server cache play a part in this? I have had no issues with session, but when i try to clear the cache from code, it does not work, i have to do an iis reset to clear the cache. -- however, it does work locallay (i have a duo core) but not on the server (intel pentium D)
Thank you.