ASP.NET session state provider in Azure [closed]

If you’re going live this week, I’d recommend the SQL Azure session state provider. There’s an excellent blog post here that provides everything you’ll need. You’re correct in that this solution isn’t officially supported by Azure. However, it should work fine for now, and you can very easily shift to Azure AppFabric Caching (as suggested … Read more

ASP.NET Ajax client-side framework failed to load. when put the ScriptManager on a blank page

this solution works for me: The error on client was: SCRIPT5022: ASP.NET Ajax client-side framework failed to load. SCRIPT5009: ‘Sys’ is undefined After many time to mining the websites, and more solutions, i solve the problem: the solution for .NET 4.0 is: Set EnableCdn property of script manager to true, Like this: <asp:ScriptManager ID=”ScriptManager1″ runat=”server” … Read more