Adding Project Output from Web Services or a Web Application

InstallShield 2019 Express Edition

InstallShield provides enhanced Web services support. If you add a project output (any project output) from a Web Service or Web Application project, InstallShield will prompt you to add the project as a Web Service. If you choose No, the project output that you have selected is added normally. If you select Yes, InstallShield performs the following:

1. InstallShield creates a Destination Folder called IISROOTFOLDER.
2. InstallShield deploys the following Visual Studio Project Outputs into the IISROOTFOLDER:

[Content Files] goes to the [IISROOTFOLDER]{VSIPProjectName}

[Primary Output] goes to the [IISROOTFOLDER]{VSIPProjectName}\bin"

3. InstallShield creates an IISVirtualDirectory with a target of [IISROOTFOLDER]{VSIPProjectName}.

See Also