This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello. I'm trying to configure my Distributed Unit Of Work Service to use custom binding. I have a .svc service file that hosted by IIS. It points to a class that is derived from Mindscape.LightSpeed.ServiceModel.DistributedUnitOfWorkService. I've this configuration in web.config file:
but the service is using BasicHttpBinding instead. What I'm doing wrong? |
|
|
That looks ok configuration wise and the DistributedUnitOfWorkService doesnt do anything fancy in terms of trying to hijack how WCF is being configured so something else must be going on. How have you set up the hosting in IIS? Another thing to check would be if this work if you try it in a self-hosted process to just rule out the IIS hosting being part of the problem.
|
|