Create virutal directory as a child node of web site with VS deplo

G

Guest

I wish to create virtual directory as a child node of the website I'm
installing using a VS.Net Web Deployment project. The virtual
directory needs to point to a local directory. Is there a way to do
this using the VS.Net Web Deployment project?
 
C

Cowboy \(Gregory A. Beamer\)

Creating sites and virtual directories is easiest when you export the
settings to an XML file and use the tools that ship with IIS to install
them. You have to think the problem through and mirror it on a box prior to
shipment, however. This can be done in a custom installer class. How to do
it is quite easy in IIS 6, not as easy on older versions.

I do not have the specifics in front of me right now, but will try to put
some info up after work today.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top