S
Saverio Tedeschi
Hi all gurus,
I've developed some web service cosumed by win app, and now I'm trying to
face CF pitfalls. AFAIK Windows authentication isn't allowed, but anonymous
doesn't allow my SQL Server to render DataSet I need. So I'm trying to use
basic authentication, but since there is not a CredentialCache member of CF
Net Class, how can I use Credentials? Or can I apply another way? I think I
can leave Windows authentication + impersonation=true in web.config, then
Basic and Windows authentication (one 4 PPC, the other 4 PCs) in IIS 5,
mixed authentication in SQL Server; and in client side?
I've developed some web service cosumed by win app, and now I'm trying to
face CF pitfalls. AFAIK Windows authentication isn't allowed, but anonymous
doesn't allow my SQL Server to render DataSet I need. So I'm trying to use
basic authentication, but since there is not a CredentialCache member of CF
Net Class, how can I use Credentials? Or can I apply another way? I think I
can leave Windows authentication + impersonation=true in web.config, then
Basic and Windows authentication (one 4 PPC, the other 4 PCs) in IIS 5,
mixed authentication in SQL Server; and in client side?