I am developing a plugin based system where functionality can be extended
with new webservices and handlers. However, as the handlers are contained
within .dlls and started by the main application they do not automatically
parse any own app.config files, and thus can not read any own <policy> tags.
Can I somehow programatically tell WSE to add a policy file to the overall
policy for the application, or can there be only one policy file for the
whole client (the one referred to by the main applications App.config file)?
Sidd - 25 Mar 2005 09:13 GMT
Currently there is no way for you to specify the policy file
programmatically, and yes there can be only one policy file per application
as specified in the app.config.
Thanks,
Sidd [MSFT]
> I am developing a plugin based system where functionality can be extended
> with new webservices and handlers. However, as the handlers are contained
[quoted text clipped - 4 lines]
> policy for the application, or can there be only one policy file for the
> whole client (the one referred to by the main applications App.config file)?
Mirtul - 29 Mar 2005 15:58 GMT
Ok... I'll let the defaultEndpoint come to good use then...
Thank you very much!
/Mirtul