Deploy an EPiServer project to a non-default web site
Vote:
Hi!
I need to install to a non-default web site and would like to avoid dealing with different ports. From what I know, the web setup project in VS.NET does not support installing to a selected web site, it just installs directly to the default web.
What are the recommended options here, is it to a) use copy project in VS.NET or b) do a manual copy of the folders and files in Explorer?
Brgds
Jonas Hilmersson
I got a tip from a collegue to use the ordinary Windows application setup project in VS.NET instead. As EPiServer already is installed and has created the web site, it doesn't matter that the setup only installs to an ordinary file path instead.
/Jonas