User is authenticated to the MVC app, but the session becomes null in my .axd call. The AXD implements IRequireSessionState. Works locally, just not on Azure. Ideas?
Asked
Active
Viewed 108 times
0
-
Which part of Azure are you using ? Websites or cloud services – JamesKn Jun 05 '13 at 21:19
-
the axd http handler piece is in a web site – Alfred Jun 05 '13 at 21:24
-
http://www.windowsazure.com/en-us/manage/services/web-sites/how-to-monitor-websites/#howtoconfigdiagnostics Might be worth setting up some error diagnostics and see if you can see if you a missing an assembly or can get any more information to help you. – JamesKn Jun 05 '13 at 21:29
-
http://blog.degree.no/tag/irequiressessionstate/ Have you seen this also ? – JamesKn Jun 05 '13 at 21:30