Windows Azure Drives: Part 1: Configure and Mounting at Startup of Web Role Lifecycle

Posted on Code Project See other posts from Code Project
Published on Fri, 21 May 2010 17:06:00 GMT Indexed on 2010/05/21 17:11 UTC
Read the original article Hit count: 173

Filed under:
An approach for providing Windows Azure Drives (a.k.a. XDrive) to any cloud-based web applications through RoleEntryPoint callback methods and exposing successful mounting results within an environment variable through Global.asax callback method derived from the HttpApplication base class.

© Code Project or respective owner