Tagged Questions
2
votes
2answers
2k views
IgnoreRoute in ASP.MVC
I am trying to access a .js file in the views directory.
I have an MVC application with /Views/Home/MyControl.ascx
I have a js file /Views/Home/MyControl.js
I wish to reference the .js file and keep ...