andrewdavey / NotFoundMvc

Provides a user-friendly '404' page whenever a controller, action or route is not found in your ASP.NET MVC3 application. A view called NotFound is rendered instead of the default ASP.NET error page.
91 stars 35 forks source link

Fix issue 20 (async actions) #44

Closed mortan closed 8 years ago

mortan commented 8 years ago

I took @pvasek old PR and rebased / changed it to work with the current master. Credits to him!

DavidDeSloovere commented 8 years ago

CI Build on myget failed. Have a meeting now, will look into it later.