How to host WCF Service application in IIS server without errors

Опубликовано: 13 Октябрь 2024
на канале: Ranga Rajesh Kumar
5,190
15

http://aspnettutorialonline.blogspot....
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.