August 2010
Intermediate to advanced
1224 pages
34h 17m
English
There are two ways to deploy your application out to Azure. The first is a somewhat manual process using the windowsazure.com website. The other is through Visual Studio directly (this feature was added with the 1.2 version of the SDK). The following sections walk through each deployment option.
You have to create two files that are used to copy your site to the cloud. These two files are generated by Visual Studio (more on this in a moment).
The first file has the .cspkg extension. It is a compressed file that contains all the code in your site that requires deployment (.aspx pages, .dll files, images, and so on). The second file has the .csfg extension. ...