Self hosted WCF Service Security
Dominick Baier said:Well - there a lot of influencing factory. HTTP and TCP have different performance and session characteristics.IIS requires IIS ;) IIS has its own process model which is mostly...
View ArticleSelf hosted WCF Service Security
Well - there a lot of influencing factory. HTTP and TCP have different performance and session characteristics.IIS requires IIS ;) IIS has its own process model which is mostly suited for stateless...
View ArticleSelf hosted WCF Service Security
If you'd entertain one further question, and then I'll have to revisit the WCF Service I wrote earlier that I couldn't figure this out with and do some more playing before asking anything further.If...
View ArticleSelf hosted WCF Service Security
Transport protocols, credential types and hosts are mostly orthogonal in WCF.You can have the same "level of security" in http, tcp, whatever.You can do username/password auth over net.Tcp - this...
View ArticleSelf hosted WCF Service Security
marc_opus said:Have you seen this? http://blogoscoped.com/archive/2005-08-24-n14.htmlMarc, Thanks but this is using IIS hosted webservices which is not what I am after. I understand how to use the role...
View ArticleSelf hosted WCF Service Security
How would that help in this case?Dominick Baier, thinktecture - http://www.leastprivilege.com
View ArticleSelf hosted WCF Service Security
Have you seen this? http://blogoscoped.com/archive/2005-08-24-n14.html
View ArticleSelf hosted WCF Service Security
You can user either a UserNamePasswordValidator or an ASP.NET Membership provider to validate username/password credentials. You configure the password validation in the...
View ArticleSelf hosted WCF Service Security
I am looking to implement a WCF Service that is self hosted and not hosted in IIS. From what I can find online, and in books, I can't use the Sql Database Security provider for username and password...
View Article