sbarski / dashing.net

dashing.net is a direct .NET port of the dashing framework originally created by Shopify
MIT License
93 stars 56 forks source link

Base paths for views are incorrect for virtual directory setup #3

Closed alexmackey closed 11 years ago

alexmackey commented 11 years ago

To recreate: Setup virtual dir to MVC apps root directory Browse site Get uncaught Error: Could not load view from /list in application-js:11922 (seems to be going to http://localhost/views/list.html rather than http://localhost/dashboard/views/list.html)

sbarski commented 11 years ago

This issue should now be fixed in the current dev/master branches. The problem was that static resources (html, images, css, etc..) were not being piped through the standard IIS pipeline in some circumstances. All requests are now routed through the pipeline as per normal.