Question

I've created a wcf class library project which connects to a sql server 2008 database and does some work and I want to publish this service, so that all our clients can have access to it, by their apps. Anyway, what I've got with the deployment process so far :

1- publishing my sql server 2008 files done, everything's ok.

2- publishing Wcf service library - well , somehow ok ! :)

I've been studying about the different options for deploying a WCF Service and since my clients are using an android app to connect to my REST service ( json output), I think I'd need to host my service inside IIS, (or otherwise I'm wrong)

The real problem is that, we've purchased a host space and domain name from a provider, on which the server's os is WinServer 2003 and also the administration panel for the host is Website Panel. but it supports .NET 4.0 and other stuff.

I've worked hard on this, but I couldn't get the service working on that host space, by uploading the .svc and other files. My questions are :

1- how can I deploy my service on such a server successfully, using the Website Panel ?

2- how can I configure the service , so that I can access it by my domain name ?

I'm on a tight deadline , so any help would be appreciated.

Thanks.

Was it helpful?

Solution

I don't think thats possible. You need access to the server's IIS, thats where WCF services are getting deployed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top