Creating a virtual directory
A website in IIS maps to a directory on the computer. If there are subdirectories within that folder, they'll show up in the IIS manager too. For example, the following website has the Scripts
and CSS
folders inside its root folder:
If we right-click on MyWebsite and choose Explore, we'll see that the Scripts
and CSS
directories sit squarely within the folder that the site is mapped to:
What if we wanted to map to a directory that wasn't within the root folder of the website? Maybe it's a folder at C:\Photos
. To do this, ...
Get WiX Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.