Click here to Skip to main content
15,909,030 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i opened a wcf project application which include a service. i added it to my iis and i can access it from http://localhost/MyService.svc
what i'm trying to do now, is to access this service from another computer, but i cant find the way to do this action.
what do i need to do?
Posted

1 solution

try this

http://{ip address of your iis computer}/MyService.svc

or

http://{computerName of your iis computer}/MyService.svc
 
Share this answer
 
v4

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