What happens when you deploy a WCF
Service project:
During deployment, PowerBuilder .NET
- For an IIS host, deploys the WCF service assembly file to the virtual directory and
output directory specified in the target wizard or Project painter.
- Copies the configuration file to the output directory and (for an IIS host only)
virtual directory, and renames it to one of these names:
- web.config if the WCF service is hosted in IIS.
- ApplicationFileName.config if the WCF
Service is self-hosted in a console application.
ApplicationFileName is the console application file. You can
also specify the name in the target wizard and Project painter.
- If the WCF service is hosted in IIS, copies
ServiceName.svc file to the virtual directory
of each WCF service, where ServiceName is the NVO’s Web service
name.
- If the WCF service is hosted in a console application, creates the hosting application
file in the output directory, as specified in the target wizard or Project painter.