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 Tue, 18 May 2010 19:26:00 GMT Indexed on 2010/05/18 19:31 UTC
Read the original article Hit count: 149

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