You must Sign In to post a response.
  • Category: WCF

    Hosted wcf sevice is not accessing in another systems

    Hi,I am working wcf application,i have developed wcf service,and i hosted
    my service on my local IIS and Server System,
    its working on server like http://localhost:8000/Service1.svc
    its displaying service,
    but its not accessing for another systems,when i am trying for accessing from
    another page its displaying empty page,
    for deploying server in wcf,i have folowed below steps.

    go to iis
    add website,
    poool to asp.net 4.0,
    applicationname,
    path to physicalpath,
    port to 8000,
    can any one help m epls
  • #754278
    You must be accessing it using the Address Local host, for local system it work fine since its the local machine but for any other machine.

    access it using the IP of the machine.

    replace the local host with the IP of the machine and give all permission for read and write to every other user so that they can reference it from their machine.

    Thanks & Regards
    Anil Kumar Pandey
    Microsoft MVP, DNS MVM

  • #754321
    thanks dear


  • Sign In to post your comments