Month

Your search for 08/2011 returned 2 results.


Windows Azure: Where is my stuff?

So you’ve deployed an application to Azure.  If you login to the deployment with Remote Desktop, your first question might be “Where is my application installed?”. There are three disk drives in the deployment. Drive C: contains your local storage folders Drive D: is the operating system Drive E: contains your application files Local Storage ...

Read More


Windows Azure Deployment Tips & Tricks

I’ve run into a few gotchas when deploying to Azure. Missing DLLs. Not all “system” libraries are included in the Windows Azure run-time environment.  If you use any of these, make sure to mark them as CopyLocal=true in your project.  The one I always forget is EntityFramework.dll. Folder permissions.  If you add local storage folders to your ...

Read More