Donn Felker

Not A Subscriber?

Join thousands of people who build and refuse to get left behind. One message a week on building, using AI as an accelerator, and staying sharp in the new AI frontier.

Receive one free message a week

May 29, 2009 Donn Felker · updated July 5, 2013

Spark Part 1 DimeCast Amendment

In the latest DimeCast I recorded I developed the demo app while running the ASP.NET Development Web Server. A colleague of mine, Tim Schmidt, caught an error (thanks Tim). If you are going to run your ASP.NET MVC site on IIS 7 (which is highly likely) you’ll also need to add the following lines to the web.config.

You need to add the UrlRoutingModule to system.webServer/modules:

    

And add the UrlRouting.axd handler to system.webServer/handlers:

    

Now you should be good to go!