Results 1 to 2 of 2

Thread: IIS Virtual Directory Name

  1. #1

    Thread Starter
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141

    IIS Virtual Directory Name

    I am using this code to create a Virtual Directory, but I cannot seem to figure out how to give it a name. When I look in the IIS manager, the box that says Application Name is blank.
    VB Code:
    1. Set objVirtualDirectory = objIIS.Create("IISWebVirtualDir", strVirtualDirectoryName)
    2.     objVirtualDirectory.AccessScript = bolScriptPermissions
    3.     objVirtualDirectory.Path = strVirtualDirectoryPath
    4.     objVirtualDirectory.SetInfo
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  2. #2

    Thread Starter
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    ** Bump **
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width