Castle WCF DefaultServiceHostFactory in IIS: Accessing the ServiceHost
Posted
by user250837
on Stack Overflow
See other posts from Stack Overflow
or by user250837
Published on 2010-01-26T12:36:03Z
Indexed on
2010/06/18
12:03 UTC
Read the original article
Hit count: 309
I am attempting to move from a self hosting architecture to hosting under IIS 6, primarily to take advantage of built in dynamic compression.
I am using the Castle DefaultServiceHostFactory to provide the service to IIS in the .svc file. However, I need to programmatically specify certain end points and behaviours and I do not know how to retrieve the current ServiceHost.
Is this be possible, or should I just look at other methods of compression independent of IIS?
© Stack Overflow or respective owner