ASP.net SessionState Error in Design Mode
- by stringo0
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!