Is there any advantage to ASP.NET\'s App_Themes folder that could be taken advantage of in ASP.NET MVC, or is using them from the Content folder as normal the best way to handle resources like images,
I have been developing websites with ASP.NET for quite a while. When I first learned how Themes and Skins work in ASP.NET, I found that it\'s great and easy and all.
The code for the asp.net page is: <div class=\"facebox_content\"> <% if (CurrentUser.Role == \"Free\")
I have written a bit of code that helps with versioning of js files. Essentially it spins around the current script manager and appends the javascript file path with an md5 hash of the file. So