show/hide this revision's text 3 edited tags
show/hide this revision's text 2 fixed typo

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 stare 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 ?

show/hide this revision's text 1

Keep getting The provider requires SessionState to be enabled on IIS 6

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 stare in IIS config, also added the 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 ?