return a js file from asp.net mvc controller
- by Erwin
Hi all fellow programmer
I'd like to have a separate js file for each MVC set I have in my application
/Controllers/
-TestController.cs
/Models/
/Views/
/Test/
-Index.aspx
-script.js
And I'd like to include the js in the Index.aspx by
<script type="text/javascript"…