I've been getting MVC up and running on an Azure Web Role, and there is one thing holding me back that I figured I'd see if anybody else has tried yet. Session state is required by TempData. I compiled and integrated the AspProviders sample implementations
of Membership/Role/Session that ship with the Azure SDK, but session still isn't exposed to MVC. The odd thing is, though, that if I drop a regular ASP.NET web form inside the project (i.e. "MyWebForm.aspx" in the root folder) I can load it and reference session
state just fine. It's just not available in MVC. My next step is to debug through using the MVC source, but I haven't hooked it up yet and need to get back to real work. ;) If I figure it out I'll respond back here if nobody else does. Thanks!
alerch
Member
30 Points
13 Posts
ASP.NET MVC and Azure Web Role
Oct 30, 2008 02:06 PM|LINK
http://www.aaronlerch.com/blog/
alerch
Member
30 Points
13 Posts
Re: ASP.NET MVC and Azure Web Role
Nov 01, 2008 04:24 AM|LINK
http://www.aaronlerch.com/blog/