Ask a Question related to ASP.NET Security, Design and Development.
-
Tom #1
authentication using CredentialCache against proxy server problem
Hi all
I'm not able to authenticate against proxy server when I try to pass an
instance of
CredentialCache to WebProxy instance used with HttpWebRequest.WebProxy or
SoapHttpClientProtocol instance.
Everything works well when I pass NetworkCredential instance directly and
unregister
some AuthenticationModules to force choosen type of
authentication. [Negotiate,Kerberos,NTLM which my proxy supports].
The way using CredentialCache works well against IIS hosting my webservice,
but not proxy server. What could cause this problem?
Many thanks for all advices/suggestions
Tom
Tom Guest
-
FTP Proxy Authentication problem...
Sorry if this is covered elsewhere, I've looked but can't find anything to help me! :( I am trying to use Contribute to maintain a website, but... -
Problem accessing WebService through Proxy Server
I get the following error when trying to access a Webservice through my proxy server. I know that the authentication credentials are correct... -
How to CHANGE the Credentials for a web service proxy when using CredentialCache ?
Hi I'm trying to invoke a Web Service which is using BASIC authentication. Code for invoking: CredentialCache cc = new CredentialCache();... -
ASP.NET (IIS 6.0) Windows authentication/SQL Server problem
Hi, On Windows 2000, I use the following connection string in my ASP.NET applications: <add key="ConnectionString"... -
DNS & Proxy Server Problem
anyone??? If have computer GREATLY



Reply With Quote

