How to setup IIS subdomain pointing to folder on remote machine?
- by zsharp
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.