Thursday, March 10, 2011

Create virtual directory using command prompt

If you can’t access IIS Manager (INet Manager) & want to create virtual directory then run below command for create virtual directory.
There is one Window Script File for Manage Virtual Directory IISVDir.vbs located in C:\Windows\System32\iisVdir.vbs
To Create Virtual Directory run below
Iisvdir /create “IIS Web Site Name” VirtualDirName C:\PhysicalLocation


No comments:

Post a Comment