I have just setup my asp.net site with IIS and I've found a problem with my javascript-files. From my visual studio project the files are stored in /Scripts/. But when I have the scripts in /Scripts/ in IIS I can't reach them.
If I move my scripts to /Content/Scripts/ then it work fine!
I have compared the permissions on the folders in IIS and from what I can see it's identical. What do I need to configure to enable my (standard?) Scripts folder?