publish wcf to subdomain

Discussion in 'Getting started' started by CrimeMasterGogo, Nov 10, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi.
    I want to publish my WCF project to a subdomain. So that my services have a url like http://api.mydomain.com/Service.svc/json/blah blah...

    for this I have created a directory(api) under /root and wrote the redirection script in the Default.aspx of my main website.

    Now, when I try to publish my WCF project under ftp://mydomain.com/api/,
    visual studio says publish failed.

    some of the errors are below:
    Unable to add 'BusinessCategory.svc' to the Web site. (550).
    Unable to add 'CreateWCFagent.svc' to the Web site. (550).
    Unable to add 'CustomerOffer.svc' to the Web site. (550).
    Unable to add 'Global.asax' to the Web site. (550).
    Unable to add 'Location.svc' to the Web site. (550).

    any help guys??
     
  2. Did you ever figured this out? i would like to learn how to... thanks
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page