I am trying to get inline C# to work in my JavaScript files using the MVC Framework. I made this little test code up.
$(document).ready(function() { ale
That inline C# has to be processed by the server in order to make sense. Naturally, it won't work with a just-plain-JavaScript file.