I have created this service: http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/four-steps-to-create-first-wcf-service-for-beginners/ and now I want to host that service on IIS.
The solutions I came across are creating service library and then creating a separate hosting project.
What if I want to host WCF service application on IIS?
Purpose of hosting on IIS is because I want to consume that service on android application.