Ask a Question related to ASP.NET Web Services, Design and Development.
-
ALI-R #1
Authenticate with a webservice
I know how to authenticate to a webservice using either of these
ways(Assuming that rService represents the webservice):
1) rService.Credentials = new
System.Net.NetworkCredential("username","password" ,"domainName");
2)rService.Credentials = System.Net.CredentialCache.DefaultCredentials;
My question is that is there a way to authenticate to a user using
WindowsIdentity ???
Thanks for your help
ALI-R Guest
-
Use CF to authenticate against HTACCESS
I have a page that we want to link to other webservers. Some of these webservers (Linux) have implemented security via HTACCESS. We have the... -
authenticate except one page
i use form based authenticatiżon. But in my project only one file must use anonymous access. how can i do that? thanks bg -
how can i authenticate or make soap header using WebService class
I am invoking web services using mx.services.WebService class. everything works great except one thing. The service i am calling requires... -
How to authenticate HttpWebRequest?
Hi, i have a protected part of application ("security" subdirectory is protected by authentication mode="Forms"). i'd like to give a user a... -
authenticate module
Hi, I like to use WWW::Mechanize to scrape a website. However the website has a authentication page. Is there a perl module I can use to perform...



Reply With Quote

