Please help. I recently upgraded to IIS 7. A site I was working on which use sessions (and worked fine when I had IIS 6) no longer works. I have set up a simple test page in the site root to write a variable and another to retrieve it. It fails. However, if I set the session variable in my global.asa file, I can retrieve it.
In IIS 7, I have Session States set to "In Process" and "Use Cookies". IUSR has Full Control Permissions.
Thoughts? Any help would be appreciated.