wcf - Dynamically generate @ServiceHost directive / Dynamic SVC files -


i using castle windsor's wcf facility host services. means .svc files contain 1 line:

<%@ servicehost service="myservice" factory="castle.facilities.wcfintegration.defaultservicehostfactory, castle.facilities.wcfintegration"%> 

now instead of having 10 .svc files 10 services, thought nice have 1 generic file.

something generic.svc?service=myservice automatically generate correct @servicehost directive, maybe url rewriting in addition, write myservice.svc, rewritten generic.svc.

any thoughts on this? don't want move away iis , host services myself.

thanks!


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -