View Single Post
  #1  
Old 03-17-2004, 11:57 AM
thomasst thomasst is online now
Registered User
 
Join Date: 03-09-2004
Posts: 6
Creating Virtual Directories with VBPro

Hi all,
I am using the VBPro expression:
vbld_CreateVirtualDir(strPath, strName)
to create virtual directories on a build server. The problem that I am running into is that this command ALWAYS creates this Virtual Directory under the default website.
I would like to be able to create virtual directories in websites other than the default website. Does anyone know if this is possible with the VBPro tool? I have already created the alternate websites through IIS and now just need to be able to specify which website I would like the virtual directory to be created in.

Thanks in advance for the help,

Thomas Stachiw
Reply With Quote