yes, put the images you use in your login page in a different directorty
that doesn't require authentication.

bye!

"Neil" <ndglover@urbanscience.com> wrote in message
news:073801c37139$736d8de0$a501280a@phx.gbl...
> >Hi,
> >
> >I have a Web App which contains some links to images
> >(jpegs, gif etc). The images are all contained in one
> >directory under the root of the application. I want to
> >make sure that no one can type the url to these images
> in
> >the address bar of the web browser and view them unless
> >they have been authenticated by my app. I originally
> >thought that I could use IIS and filter requests for
> >images through the aspnet_isapi.dll, however this has
> one
> >big problem...My Login screen also has images embedded
> in
> >it so these are no longer visible since the user can't
> >authenticate before seeing the login page?
> >
> >Does anyone know the best way to accomplish what I want
> >to do?
> >.
> >