Hey everyone -

Thanks for all the suggestions.  They really helped point me in the
right direction to look.  Fiddler is great!  I don't know how I was
working without it.

So, there was an asp.net error that wasn't coming through.  From
fiddler:

"null; r.error = {"Message":"Session state can only be used when
enableSessionState is set to true, either in a configuration file or in
the Page directive. Please also make sure that
System.Web.SessionStateModule or a custom session state module is
included in the <configuration>\\<system.web>\\<httpModules> section in
the application configuration.","Type":"System.Web.HttpException"};/*"

I messed around with session state for a second and found the following
post also dealing with the same issue.

http://www.velocityreviews.com/forums/t292042-session-state-can-only-be-used-when-enablesessionstate-is-set-to-true.html


At this point, I just commented out my session state and it works
perfectly... so at least I have a good starting point.  I'm confused,
however, becuase I have enabled session state both on the page and in
the <pages> directive in the web.config file as well as configuring the
<configuration>\\<system.web>\\<httpModules>  section as noted in the
error.

I'll keep looking into it, but thanks everyone for the comments.  If
this happens to be a real issue (not just an error on my part) and you
know the solution please let me know-


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to