HW05: Using Webdeploy to deploy a WCF service to IIS
Setup webdeploy to be able to deploy your web service to your Windows server with IIS installed. You must demonstrate the following:
- Deploy your WCF Web service to IIS on your Windows 2016 server
- Show that the Windows forms client is connected to your IIS WCF Web service.
- Client must be able to do the CRUD operations
- Client must use the url to the IIS server.
- Show that changes made to your data via the client are persistent in the database.