I m working on a webform that has about 15 user controls, separated by context (comments, locations, members/leaders, etc). If each control can render individually (using real or test data), does it make sense to have a separate "functional" test page to test them in isolation or is there a better way?
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...