ThatRendle / Simple.Web

A lightweight, object-oriented (Model-View-Handler) framework for modern web development in .NET.
MIT License
231 stars 66 forks source link

URI Templates No Longer Working (0.7) #58

Closed jjvdangelo closed 11 years ago

jjvdangelo commented 11 years ago

After updating my NuGet packages (Simple.Web, Simple.Web.AspNet, Simple.Web.Razor, Simple.Web.StructureMap) to 0.7 from 0.6, my URI templates no longer work. I am getting a 403 for every handler.

I am using a .NET 4.5 project, on Windows 8 with IIS 8.

jjvdangelo commented 11 years ago

As was pointed out to me on Twitter (thanks Mark), the Fix.AspNet entry in Web.Config was removed when I updated to 0.7. Adding it back to system.WebServer fixed the issue.