-
Recent Posts
- Restricting access between multi-tenant App Services with Service Endpoint and Access Restriction
- Implementing Multi-region Deployment and Disaster Recovery in Azure
- Learning materials and 8 tips to pass CKAD (Certified Kubernetes Application Developer) exam
- Should you upgrade from App Service Standard Plan to Premium v2?
- Using Your Smartphone’s Camera to Live Stream Through Azure Media Services
Recent Comments
- wely on Implementing Multi-region Deployment and Disaster Recovery in Azure
- Jitendra on Implementing Multi-region Deployment and Disaster Recovery in Azure
- wely on Implementing Multi-region Deployment and Disaster Recovery in Azure
- HAYTHAM ALI on Implementing Multi-region Deployment and Disaster Recovery in Azure
- Vaughn on Can We Install Custom Software on Windows Azure?
Archives
- July 2020
- June 2020
- March 2020
- January 2020
- November 2015
- June 2015
- November 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
Categories
Meta
Monthly Archives: September 2010
In-Proc Session Does Not Work Well in Windows Azure
In traditional ASP.NET application, you have option to use several session states mode including In-Process, State Server, SQL Server, or even Custom. In fact, the simplest way and most common scenario is using In-Process where the session states is actually … Continue reading Continue reading
Posted in Uncategorized
2 Comments
Implementing Session State Management in Windows Azure with Azure Storage
In last post, I’ve shown you why and how the InProc session doesn’t work in Windows Azure. In this post, I’ll show you how to work around this issue, specifically using Azure Storage as Custom Session Provider. Well, actually it’s … Continue reading Continue reading
Posted in Uncategorized
1 Comment
Step-by-step: Migrating ASP.NET Application to Windows Azure (Part 5 – Implementing Bulk Copy from Blob Storage to SQL Azure)
This is an additional post for Migrating ASP.NET Application to Windows Azure series. Please refer to previous related posts if you have not read it before. Introduction In the step 6 of the Part 3 post, remembering that I commented … Continue reading Continue reading
Posted in Uncategorized
1 Comment
Mapping Custom Domain Name to Windows Azure
Introduction As most of you have known that, when creating service to host our application in Windows Azure, we are provided a special DNS with suffix .cloudapp.net. For example: http://welypersonal.cloudapp.net/ which is personal starter kit that have been moved to … Continue reading Continue reading
Posted in Uncategorized
Leave a comment