Hi All,
I am having a difficulty to configure my web app deployment. My goal is to create a virtual directory called "Test2007" and put the web project at "C:\Deploy\Web" when the user runs the installer.
I added the following tag but it will not accept CreateVirtualDirectory tag.
<Target Name="AfterBuild">
<
MakeDir Directories="C:\Deploy\Web" /><CreateVirtualDirectory VirtualDirectoryName="Test2007" Path="C:\Deploy\Web" />
</
Target>
Does any one have suggestions?
Greatly Appreciated for any feedbacks!
Thanks,
Frank