Click here to Skip to main content
15,897,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a web appliction that uses a WCF service; both are available in the same solution. My aim is to create an installer which will create two virtual directories, one for the web app and the other for the WCF service.

I am trying to use a Visual Studio Web Setup project. I added the project output and the content files for both the web app and the WCF service and built it. But while installing this, it only creates one virtual directory, for the web app alone. Please help me. How can I create two virtual directories using the same set up?
Posted
Updated 22-Feb-10 4:24am
v2

1 solution

Hi Rajsubha,

You can't create multiple virtual directories in IIS using the setup project. One setup project will only create a single virtual application. If you want to create more, use multiple web setup project.

Probably you can try creating another setup project to call other setup files on demand.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900