Articles : Page 1 of 1
- Filter:
- EntityFramework
- Deployment
-
Conflicting versions of ASP.NET Web Pages detected
Nov 1129I was going through the Windows Azure Platform Training Kit, Exercise 1 of the Service Bus Messaging lab and I ran into the following error message when trying to run my site, "Conflicting versions of ASP.NET Web Pages detected: specified version is "1.0.0.0", but the version in bin is "2.0.0.0". To continue, remove files from the application's bin directory or remove the version specification in web.config." I checked the web.config and the assembly specified was indeed 1.0.0.0: <add assemb...
-
UGIALT.net conf 7: proposals, dates and voting
Nov 1118During the last 3 weeks I’ve been pretty busy with the organization of the UGIALT.net of next 21st January. This post is a quick update on the status of the Call For Presenters and the next steps that will lead to the big day. First of all: the official closing date for the CFP is November 27, at 23:59 CET, so you still have 9 days to think about something and submit it. So far, we have received 29 proposals, from 23 different speakers, and the agenda will have 3 tracks of 5 slots and one ...
-
Why MyGet uses Windows Azure
Sep 1106Recently one of the Tweeps following me started fooling around and hit one of my sweet spots: Windows Azure. Basically, he mocked me for using Windows Azure for MyGet, a website with enough users but not enough to justify the scalability aspect he thought Windows Azure was offering. Since Windows Azure is much, much more than scalability alone, I decided to do a quick writeup about the various reasons on why we use Windows Azure for MyGet. And those are not scalability. First of all, heres a...
-
Windows Azure Accelerator for Web Roles
Jul 1113One of the questions I often get around Windows Azure is: “Is Windows Azure interesting for me?”. It’s a tough one, because most of the time when someone asks that question they currently already have a server somewhere that hosts 100 websites. In the full-fledged Windows Azure model, that would mean 100 x 2 (we want the SLA) = 200 Windows Azure instances. And a stroke at the end of the month when the bill arrives. Microsoft’s DPE team have released something very interesting for those situati...
-
A first look at Windows Azure AppFabric Applications
Jul 1107After the Windows Azure AppFabric team announced the availability of Windows Azure AppFabric Applications (preview), I signed up for early access immediately and got in. After installing the tools and creating a namespace through the portal, I decided to give it a try to see what it’s all about. Note that Neil Mackenzie also has an extensive post on “WAAFapps” which I recommend you to read as well. So what is this Windows Azure AppFabric Applications thing? Before answering that question, le...
-
Adding MVC dependencies to a project for deployment
Jun 1113Deployment of new web applications has been a bit annoying since the birth of ASP.NET MVC. Production servers with .NET 4 or 3.5 installed will still be missing key assemblies such as System.Web.Mvc.dll. This will cause errors such as "Could not load file or assembly 'System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies" and "Could not load file or assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf38...
-
Bin Deploying ASP.NET MVC 3
May 1126When you build an ASP.NET MVC 3 application and are ready to deploy it to your hosting provider, there are a set of assemblies you’ll need to include with your application for it to run properly, unless they are already installed in the Global Assembly Cache (GAC) on the server. In previous versions of ASP.NET MVC, this set of assemblies was rather small. In fact, it was only one assembly, System.Web.Mvc.dll, though in the case of ASP.NET MVC 1.0, if you didn’t have SP1 of .NET 3.5 installed...
- 1

