asp.net path problem when deploying
- by Daok
We have moved a lot of images and javascript file that was inside class to external Javascript file. In development (Debug inside Visual Studio), everything look nice, all images show, all javascript works and all CSS display perfectly. When we do a package and install everything with IIS all images from Javascript or CSS doesn't display and.
Question is : Since we cannot use the tilde (~) in javascript or in CSS what is the way to display those resources?