Click here to Skip to main content
15,914,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to host the server side of a socket on IIS
I preferred the Socket is integrated in a WCF service
Posted

1 solution

Your question is quite unclear, but as I understand it you want to run a WCF service hosted on IIS. If that is the case you'd want to follow the instruction on this site: How to: Host a WCF Service in IIS[^].

In case that is not what you've set out to do, you'll need to explain a bit more of what exactly you're trying to achieve.

Regards,

— Manfred
 
Share this answer
 
Comments
ibrahimCA 19-Mar-13 4:55am    
I know how to host a wcf on IIS
but my problem is the use of socket
all the examples I've seen on the server socket is integrated console or a winforms application but I want the socket with integrated wcf then host it on IIS

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900