ThatRendle/Simple.Web

URI Templates No Longer Working (0.7)

Closed this issue · 1 comments

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.

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.