Hello,

I'm doing an application ASP and she have her own login. Now I'm working to
do "autologin" for user who are in the same domain (iis authentication). It
work fine...

But now, when a user try to launch application from external domain, I would
the application login appear without standard IE login (like if iis is in
anonymous security check).

How to do, because when I try from external system, it alway ask
authentication before application login.

Thanks a lot.

Pascal

Re: Authentication without anonymous by jcochran

jcochran
Wed Sep 24 08:25:32 CDT 2003

On Wed, 24 Sep 2003 10:24:00 +0200, "Pascal Fluck"
<pascal.fluck@spiritsoft.ch> wrote:

>I'm doing an application ASP and she have her own login. Now I'm working to
>do "autologin" for user who are in the same domain (iis authentication). It
>work fine...
>
>But now, when a user try to launch application from external domain, I would
>the application login appear without standard IE login (like if iis is in
>anonymous security check).
>
>How to do, because when I try from external system, it alway ask
>authentication before application login.

Allow anonymous access, and create a login page for your app.

Jeff