Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one wcf service and one asp.net web application. Ultimately I want to consume this wcf service in asp.net application. lets say my PC's ip is 192.168.100.112 and I have created my project on this PC. I have one server which runs on 192.168.100.144, there is no visual studio installed on the server. So I will publish this application on my IIS and copy package to server side and there I will deploy my application on server(192.168.100.144) I want to deploy this asp.net web application on 192.168.100.144 and consume this wcf service.

So I tried to deploy both wcf service and web application on remote PC(192.168.100.144). But I am able to add reference of service but not able to use wcf service methods. So my doubt is is this right way ??

I am getting error, "No Endpoint listening at server"

Please help me out
Thanks, Vivek
Posted
Comments
ArunRajendra 30-Sep-13 2:28am    
Check the endpoint address. See which IP address its point to.

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