Im trying to serve static content through a subdomain. The physical folder is shared on a second machine in the same local domain.
How do I safely setup permissions on the shared folder so that when i do something like:
src="subdomain.domain.com/Image1.png" I wont get access denied?
IN IIS I have subdomain.domain.com as a separate website.
EDIT: AWOULD THERE BE ANY PERFORMANCE DIFFERENCE IF INSTEAD OF CREATING A NEW WEBSITE FOR THE SUBDOMAIN, I ADDED A VIRTUAL DIRECTORY IN ORIGINAL SITE TO ACCESS THE REMOTE CONTENT?