Does the visual studio development server have an equivalent IIS app pool idle timeout setting? If so, how do I change it? I m having trouble keeping my user s session open while running in a development environment and wonder if this could be the problem.
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-...