I am trying to Create Virtual Directory and develop the asp.net projects ..in IIS using NAnt script . Would u pls tell me the 开发者_C百科Solution .
You should be able to use the "mkiisdir" task in NantContrib to create your virtual directory: link to mksiidir. If you want more fine control, you can use the custom Nant task created by this guy here: Custom Nant Task
-Diego
精彩评论