How to setup IIS subdomain pointing to folder on remote machine?
Posted
by zsharp
on Server Fault
See other posts from Server Fault
or by zsharp
Published on 2010-05-16T20:17:39Z
Indexed on
2010/05/16
20:20 UTC
Read the original article
Hit count: 212
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.
© Server Fault or respective owner