04-16-07 06:19 AM
On Apr 14, 6:43 am, "David Wang" <w3.4...@gmail.com> wrote:
> No longer possible for IE to automatically pass server-configured
> username:password back to the server. That was deemed a security
> vulnerability a few years ago and disallowed on IE with a security
> patch and RegKey control.
>
> You can try creating a vdir pointing to your Web application on IIS
> with only Anonymous authentication enabled and set the Anonymous user
> to be the specific user credential your application needs. Then make
> your application call this vdir instead. This allows any anonymous
> user to access your Web application, which may/not be what you want.
>
> Basically, you need a custom "many-to-one" authentication mapping, and
> since IIS does not come with any modules supporting it by default (but
> it can and has been built by others), you have to implement it
> somewhere on IIS. IIS only supports any-to-one (Anonymous) and one-to-
> one (all other authentication protocols).
>
> //Davidhttp://w3-4u.blogspot.comhttp://blogs.msdn.com/David.Wang
> //
>
> On Apr 13, 1:15 am, k...@ims.com.au wrote:
>
>
>
>
>
>
> - Show quoted text -
Thanks David,
My problem is the web application that I need to logon to is a third
party application which I don't have control over it. The credentials
are provided by the users and I just use it to logon to the web
application. Also the anonymous logon is not the way we want.
I thought it has been a few years now so there might be some way to
get around this.
Thanks anyway.
Kanes
[ Post a follow-up to this message ]
|