Creating a simple wcf service publishing it to my webhotel, and get it to work

Posted by H4mm3rHead on Stack Overflow See other posts from Stack Overflow or by H4mm3rHead
Published on 2010-03-16T20:19:21Z Indexed on 2010/03/16 20:21 UTC
Read the original article Hit count: 250

Filed under:

Hi, This seems to be a recurring problem to me. I want to get started doing wcf services. I create a new Wcf Service Library, compile it, and publish it using FTP to my providers webhotel. But its not working. I somehow cant get access. I dont want some fancy security model - i just want to get a hole through to my simple webservice. Seems that its the part when i publish it to my webhotel (in a subdomain) that breaks the webservice - its working perfectly when starting it locally.

How to proceed anyone?

© Stack Overflow or respective owner

Related posts about wcf