virtual directory - Best Solution for using shared folders in IIS Sites -


i want use same folders (/images , /scripts) shared 5 different web sites created in iis 8.5. best solution? virtual directory? virtual application? junctions? symbolic links?

note: noticed while using junction on windows 8/ii7 machine, changes made scripts directory not reflected on sites... after forcing hard refresh in client browser... have restart web application see change. perhaps how server caching sees junction links?

btw, running classic asp sites on windows 2012r2 iis 8.5

thanks

virtual directories path of least resistance this, need remember configure ntfs permissions 5 sites can read (and write if need be) static content.

the other alternative serve these resources separate website "cookieless":

how set cookie-less domain?


Comments