While trying to deploy a simple asp.net mvc project on an IIS 6 server, I keep getting this error "The provider requires SessionState to be enabled".
To rule out that I am doing something wrong, I am now trying to deploy just the template you get when you start a new asp.net mvc solution in vs2008. And yes, I have enabled session state in IIS config, also added the <sessionState mode="InProc" />
line to web.config, but that didn't make any difference.
Tried both the .mvc isapi mapping, as well as the wildcard mapping, and I still get the dreaded error message.
Am I overlooking something obvious ?