Link to home
Start Free TrialLog in
Avatar of Yampolka
Yampolka

asked on

how to create virtual directory in IIS manager

I have OS - Windows Professional
How to create virtual directory in IIS manager wich is installed on my PC?
Avatar of Ashok
Ashok
Flag of United States of America image

To open IIS Manager from the Search box

    Click Start.

    In the Start Search box, type inetmgr and press ENTER.

To create a virtual directory by using IIS Manager

    In IIS Manager, expand the local computer and the Sites folder, and then find the Web site that you want to add a virtual directory for. Use the following steps:

        For , right-click the site or folder where you want to create the virtual directory, and then click Add Virtual Directory.

        For Windows Server 2008, right-click the site or folder where you want to create the virtual directory, click Manage Web Site, and then click Add Virtual Directory.

    In the Add Virtual Directory dialog box, specify the following information:

        Alias. Type a name for the virtual directory. Choose a short name that is easy to type, because the user types this name to access the Web site.

        Physical Path. Type or browse to the physical directory that contains the virtual directory. You can select an existing folder or create a new one to contain the content for the virtual directory.

    To provide credentials to connect to a UNC path, click the Connect as button.

    Click OK.
ASKER CERTIFIED SOLUTION
Avatar of Ashok
Ashok
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial