Browse by Tags
All Tags »
ASP.Net (RSS)
Windows Azure Tools for Visual Studio Windows Azure Tools for Microsoft Visual Studio extend Visual Studio to enable the creation, building, configuring, debugging, running and packaging of scalable web applications and services on Windows Azure. Windows
Read More...
Lately there has been a couple of threads on the forum and some internal email around setting up an https endpoint on a Windows Azure Cloud Service. A good starting point is this article , but there are some common issues that people run into that I wanted
Read More...
Azure Services Platform Developer Challenge! Everything you need to know from a page hosted on Windows Azure: http://www.newcloudapp.com/ Couple things to point out: There are 3 categories .Net Applications ($5000 prize), PHP Applications ($5000 prize)
Read More...
(Update 9/24/2009 -- We're now included in the Web Platform Installer! See: http://blogs.msdn.com/jnak/archive/2009/09/24/installing-the-windows-azure-tools-using-the-web-platform-installer.aspx ) One of the first things I do when I get a new box is install
Read More...
If you weren't able to make it to MIX09 , you can catch videos of the sessions . My session is available for watching here: Using the Windows Azure Tools for Microsoft Visual Studio to Build Cloud Services If you haven't seen the keynotes, I highly recommend
Read More...
One of the cool new features in the Windows Azure Mix 09 CTP is the ability to run your Web and/or Worker Roles in full trust (non-admin). This opens up all kinds of features that weren’t available in the previous CTPs. An interesting feature, which is
Read More...
New release of the Windows Azure SDK and Tools! From now on, you only have to download the Windows Azure Tools for Microsoft Visual Studio and the SDK will be installed as part of that package. Windows Azure Tools for Microsoft Visual Studio (please give
Read More...
ASP.Net MVC RC2 released a few days back and I've already gotten a number of requests to update the MVC on Windows Azure samples since they were getting a little stale. I updated my posts on MVC and I also added more detail to the original " MVC on Windows
Read More...
For those of you that have been unfortunate enough to experience the VS crash when using the ASP.Net MVC RC in a Windows Azure Cloud Service project, I have good news! The CLR team has distributed a hotfix. The KB Article number is 963676 however at the
Read More...
I've received some comments as well as have been contacted by a couple of customers about an issue they have been seeing when using the MVC RC in a Windows Azure Cloud Service project in Visual Studio. That is, when you are using the project/following
Read More...
One of the things which I’ve kind of covered with my MVC posts here and here is the steps for taking an existing ASP.Net Web Application project and getting it to run on Windows Azure as the Web Role. Based on some of the forum questions I’ve seen, I
Read More...
[Updated for MVC RC 2] Before you get started with ASP.Net MVC and Windows Azure – please install this hotfix . Were you wondering why the sample project I got from Phil attached to my post, ASP.Net MVC on Windows Azure , didn't include the sample Windows
Read More...
A question that I got at PDC was whether or not you could read an XML file contained in your Web Role when running on Windows Azure as some folks use this for metadata such as a site map. The short answer is "yes", just as you would any ASP.Net Web Application
Read More...
If you're using the Windows Azure Tools for Microsoft Visual Studio and you are finding that when you hit F5 or Ctrl+F5 you are getting the ASP.Net Development server: Instead of the Development Fabric and Development Storage services: You need to make
Read More...
This walkthrough covers what I found to be the simplest way to get a sample up and running on Windows Azure that uses the Blob Storage service. It is not trying to be comprehensive or trying to dive deep in the technology, it just serves as an introduction
Read More...