Ask a Question related to ASP.NET Security, Design and Development.
-
Hernan Ochoa #1
Re: Securing Images
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...> in> >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> one> >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> in> >big problem...My Login screen also has images embedded> >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?
> >.
> >
Hernan Ochoa Guest
-
Securing web service
Hi How can I make sure that no one else can call and receive data from my web methods? Thanks Regards -
Securing MDBs
I've got a webserver, IIS6, and an ASP application running on that server. The ASP validates users by their logon name so for this particular... -
Securing a php website
I'm writing a php website. Which type of atacks are usually used against php scripts? Which kind of sent string could result in an intrusion in a... -
Securing POP3
Greetings! What options do I have for securing POP3 on a Debian server? I've got clients connecting with all varieties of platforms (proprietary... -
securing data in asp.net
Hi everyone, I am new to asp.net development, and need help on security, I am developing a web application that would be accessed from the...



Reply With Quote

