How to host WCF Service application in IIS server without errors

1. create a service application. You can see url using port number. this service hosted in visual studio environment.

2. open IIS using run command -- inetmgr

3. Add wcf application.

4. check binding errors and correct them.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
protocolMapping
   23        add binding=basicHttpsBinding scheme=https


5. Change application pool to asp.net 4.0.
  HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.


Like this we will host application in IIS.

I hope u will like share and give comments on this video thanks. 
Share this post :

Post a Comment

Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.

 
Support : Ranga Rajesh Kumar
Copyright © 2012. ASP.NET Examples - All Rights Reserved
Site Designed by Ranga Rajesh Kumar