WCF, self hosting - windows service ,implementing a custom claim authorization policy , no IIS
can i implement a custom claim aut开发者_Go百科horization policy for self hosted WCF service (in windows service) without the need for iis installation? what is the configuration i need for that. is there is any other way to manage authorization outside of WCF service with custom class (as i dont want to interfere the code with authorization checks) thanks.
Are you using 3.5 or 4.0?
Here is a screencast about self-hosting that may lead you in the right direction: Self Hosting Screencast
精彩评论