Sharepoint - deploy a web service without creating a virtual directory

I have a wcf web service and want to deploy it to my sharepoint solution.

in IIS I created a virtual directory that points to a web service at C: \ Inetpub \ wwwroot \ wss \ VirtualDirectories \ 80_wcf. the web service was copied from 12 hive to this directory.

is there a more convenient way to just deploy the web service and not do any of these things to copy through the web services (.svc + web.config files) ... and create a virtual directory, etc.

0


a source to share


1 answer


This guide for web services on sharepoint should be a good start. You might want to make a decision in wsp for deployment and use activation / deactivation code to add / remove wcf config entries in sharepoint web.config.



0


a source







All Articles