hi - we have the Enterprise edition but I am struggling to get something to work
I have seen some similar examples from quite some time ago and wondered if some older issues may have been resolved with this.
Essentially our requirements are quite simple:
1) browse IIS and select a website (this website will already exist)
2) create a new virtual directory within that website
3) copy a bunch of files and folders into a physical directory within the structure of the selected website
Point 3 is where I'm struggling. The closest I have managed to get is an installer where the user needs to select the website in one iisbrowse, but use a second folder browse to set the physical path of target website
Eg we have WebsiteA, located at C:\Inetpub\WebsiteA
I want to select that website via an iisbrowse, create a virtual directory (application) at WebsiteA\AppA and copy files into its corresponding physical folder at C:\Inetpub\WebsiteA\AppA
If someone can help with this it would be much appreciated, thanks!