Reputation: 851
I created WCF services and i published it in IIS8 ,but i am getting blank page only.i dont know the reason why it showing blank page its not showing any errors.how to solve this issue.?
I tried following steps what they followed
Upvotes: 0
Views: 297
Reputation: 617
The problem could be in hosting and most likely around binding. You may also want to refer to the following link which explains hosting WCF on IIS:
https://jonathanvanderoost.com/2013/11/12/host-a-wcf-service-in-iis-vs2012-framework-4-5/
I am assuming that you would have tested your service in 'WCF test client'. Would also encourage to install SOUP UI from the following link so that you can test the your web service:
https://www.soapui.org/downloads/soapui.html
Upvotes: 1