Posted on: 11/26/2014 7:52:29 AM | Views : 353

Hi all, I am using form authentication in my project and because of that I created a new folder within my project folder called NoRestrictions for files that anyone can access. I added and configured a web.config file for it to allow anyone to access its contents without having to login.
I dragged three html files that were in the project folder into this new folder but left their corresponding images, scripts, and css folders in their original locations. I have tried to use the following relative urls to give files in the NoRestrictions folder access to images, scripts, and css.
../images/myPic.jpg ../js/myScript.js ../css/myStyles.css None of the pages in the NoRestictions folder is displaying correctly like before they were moved. Please point out what I may have done wrong thanks.

Go to the complete details ...