简体   繁体   中英

Does a WCF application using IIS require any additional installation for the customer?

Going to work on a WCF application that will communicate with an apache server (that we host), as well as sharepoint (customer hosted). The WCF application will also be deployed on the customers side.

My question is if this will require the customer to install something (IIS?) before it will work for them? Of course we would prefer that they wouldn't have to.

IIS is not the only way to host a WCF service - you can also self-host it in another .NET app or via a Windows service.

If you use, for example, a console app to host your service, the only thing required on the customer's box is the appropriate .NET runtime (the same one that the WCF service is built in).

Take a look at Hosting Services for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM