cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jchristman
Level 8

how do I create an IIS subdirectory

How do I create an IIS subdirectory.

I create the main website and a virtual directory, but I need to also create a subdirectory with in the IIS configuration portion so I can then create a virtual directory with inside of that subdirectory.
Labels (1)
0 Kudos
(3) Replies
jchristman
Level 8

Problem
Main site
\_folder1
\_folder2
- \_subfolder1 - needs to be virtual directory
\_folder3 - virtual directory


Resolution
Main Site
\_folder1
\_folder2 - make virtual directory
- \_subfolder1 - make virtual directory
\_folder3 - virtual directory


Turning folder2 into a virtual directory is not needed when done manually but with installshield it was the only way i found that allowed me to make subfolder1 a virtual directory
0 Kudos
TheTraveler
Level 8

Hello,

There is one other way you could try. You could use ASDI function calls to create the sub-folder. Here is a link that contains a lot of functions that uses ASDI function calls. Take what you need. I suggest looking at the "My_CreateVirtualDirectory" function.
0 Kudos
jchristman
Level 8

Thank you these will help a lot.
0 Kudos