Can someone tell me if ASP.NET is meant to authenticate against non-IIS servers?
Basic authentication is an RFC standard but it seems to me that ASP.NET only performs authentication against IIS.
When I try to authenticate against tomcat server, it fails. My research seems to indicate that ASP.NET only perform basic auth against IIS.
I want to conenct to a java based server using Basic Auth and then pull data from it.
Can someone shed some light on this?
Thanks
View Complete Post