How to change physical path of virtual directory in IIS7
Posted
by
Tomek
on Super User
See other posts from Super User
or by Tomek
Published on 2011-11-28T09:51:51Z
Indexed on
2011/11/28
10:03 UTC
Read the original article
Hit count: 274
iis-7
When you have multiple websites and each of them maps the same physical path as virtual directory, how to quickly change the physical path of that virtual directory for all websites? Note: I don't want to do use IIS Manager. I tried changing the path (find and replace) in %SYSTEM%\system32\inetsrv\config\applicationHost.config, then restarted IIS, but the change hasn't taken effect. What am I missing?
© Super User or respective owner