Tagged Questions

0
votes
1answer
525 views

ASP.NET MVC IgnoreRoute method doesn't work correctly when URL starts with “/Views/”

I use ASP.NET MVC in my application. Users can specify their own images, styles, scripts by including them on the page. But when they specify URL to the file which not exists then routing mechanism ...