I have many VDIRs that are clubbed into a application under IIS 7.5. How can I achieve the same automatically using BDTF?
IIS
I tried creating the ABC Application the same way as VDIR. It did get created but it was not visisble in IIS. How is it possible to see them without adding the application?
Here's the sample config in BTDF file
IIS
DefaultWeb Site
ABC Application
VDIR 1
VDIR 2
VDIR 3
VDIR 4
Currently I manually need to create the application in IIS, which then shows the VDIRs created by BTDF under it. I tried creating the ABC Application the same way as VDIR. It did get created but it was not visisble in IIS. How is it possible to see them without adding the application?
Here's the sample config in BTDF file
<VDirList Include="*">
<Vdir>ABC</Vdir>
<Physdir>..\ABC.Services</Physdir>
<AppPool>ABCAppPool</AppPool>
<AppPoolNetVersion>v4.0</AppPoolNetVersion>
</VDirList>
<VDirList Include="*">
<Vdir>ABC\VDIR1</Vdir>
<Physdir>..\ABC.Services\VDIR1</Physdir>
<AppPool>ABCAppPool</AppPool>
<AppPoolNetVersion>v4.0</AppPoolNetVersion>
</VDirList>