user306905
user306905

Reputation: 29

How to Create Virtual Diectory build asp.net web site using nant?

I am trying to Create Virtual Directory and develop the asp.net projects ..in IIS using NAnt script . Would u pls tell me the Solution .

Upvotes: 0

Views: 349

Answers (1)

Diego C.
Diego C.

Reputation: 2301

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

Upvotes: 1

Related Questions