PDA

View Full Version : Virtual Directory


Hana
07-19-2005, 02:33 AM
i need to create a virtual directory
but i cant seem to find the 'Internet Services Manager' icon.
Its not in 'Administrative Tools'.
Is there any other way i can locate it?

i'm using WinXP

martin_narg
07-19-2005, 09:43 AM
This is not a JavScript question mate - it should really be posted in this (http://www.codingforums.com/forumdisplay.php?f=20) forum.

However you can access the IIS (Internet Information Services) Manager like this:
1) Right-click the "My Computer" icon on your desktop
2) Choose "Manage"
3) Expand the "Services and Applications" tree by clicking the + symbol
4) Expand the "Internet Information Services" tree by clicking the + symbol
5) Expand the "Web Sites" tree by clicking the + symbol
6) Single-click the "Default Web Site" icon
7) Right click the big white space in the right-hand window under the existing files/folders and select "New --> Virtual Directory"

There are other ways to bring up the IIS Manager, going through the Control Panel --> Administrative Tools --> Computer Management then following steps 3) onwards from above.

Hope this helps

m_n