Hi everyone,
I have a Web Application project where the users can upload images to the site. We intend on storing these images in the file system, somewhere off the web root (for example, ~/Resources/Images). The users should be able to view the images in the browser by the Url (eg site.com/Resources/Images/image1.jpg)
My issue is, that creating a folder called Resources allows it to appear in my Visual Studio project, and hence anything i upload becomes visible in that folder in VSS, and could potentially be checked in (which I don't want, as the files are data, not code, and are volatile).
I am using Cassini to view the site as we build. I thought about IIS and using a virtual folder, and will use it if I have no choice. But, is there anyway to make the folder visible to Cassini, without it affecting my project.
I fully appreciate I may not have explained this properly, so feel free to look puzzled.
Jason