locked
ASP.net Webform 4.5 (NOT MVC4) application with SQL database - Azure deployment guidelines RRS feed

  • Question

  • Hello, looking for any link or documentation on how to deoploy ASP.NET Webform application and backend SQL Server 2008 database on Azure platform.  

    Do we need to build anything specific for Session management on Azure? Any help would appriciated.


    • Edited by karmyogi Tuesday, March 12, 2013 2:58 AM
    Monday, March 11, 2013 6:18 PM

Answers


  • Do we need to build anything specific for Session management on Azure? Any help would appriciated.


    Hi karmyogi,

    You don't need to build anything specific for Session State Management on Windows Azure. You can make use of Windows Azure Cache (co-located). All you need to do is enable it on your WebRole and configure it. You can find all the information on how to set up Session State and Output Cache here: http://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/

    Also make sure that you make use of Windows Azure Blob Storage, if you need to store files that are uploaded from your WebApp (for example). Don't make use of the instance's disk space, those are not persistent.

    Hope this helps!


    Best Regards,
    Carlos Sardo


    Tuesday, March 12, 2013 10:20 AM

All replies