ASP.net SessionState Error in Design Mode

Posted by stringo0 on Stack Overflow See other posts from Stack Overflow or by stringo0
Published on 2010-05-19T15:46:55Z Indexed on 2010/05/19 15:50 UTC
Read the original article Hit count: 272

I'm getting a weird error in the design view for a user creation page for 2 controls:

Error Creating Control - wCreateUser

Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. (There's some more)

I've done both of these, but I'm still getting the error in design mode.

The controls work fine when compiled, and on the live site - this is just in the Visual Web Developer 2010 Design view for the page.

Any ideas as to how I can resolve this? Thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-web-developer