I have recently migrated my ASP.Net 3.5 web site from my old XP sp3 machine to a new Win 7 64-bit dev machine. The web application utilizes Master Pages, App_Themes with style sheets and images, as well as an image folder located off the main root. Additionally, there are JavaScript files in a /scripts folder for jQuery and another library.
While the app compiles and runs smoothly on the new machine, I am encountering issues with the CSS and JavaScript files not resolving properly when the app is running. Strangely, they do resolve at design time and display correctly in the designer interface. This leads me to suspect that the issue may be related to IIS 7 configuration on the new machine. Any assistance would be greatly appreciated.