Click here to Skip to main content
15,910,603 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
Sir/Madam I have a windows server 2008 and sql server 2005 and my application is windows based. i have created a wcf service in my application for sending SMS. Description : i have a server with internet connection . and i have 50 pcs in the network . they dont have internet connection . but they want to send sms through server .i made a wcf service for sending sms. this service is working good on server .

    Question 1 :  Which hosting is best for my application ?
    Question 2 :  How to access this service on client machine ?
Posted

1 solution

I believe in your case you can use Windows service for Hosting your WCF service with netTcpBinding. Below few links which may help you

Call service from C#.net standalone app[^]

How to: Host WCF in a Windows Service Using TCP[^]

WCF (Windows Communication Foundation) Example[^]

Hosting WCF Service With NetTcpBinding in Windows Service[^]
 
Share this answer
 

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