Securing a directory without IIS?

G

Guest

Is there a way to secure images, .zip files, html files and other non asp.net
files through forms authentication? It looks like ASP.NET does only secure
..aspx and .ascx files.

I know, there is a IIS way (remapping to the ASP.NET DLL), but we're hosting
externaly, and I don't think, the hoster will do it.

Any other options?
 
M

Mr Newbie

They should do, this is how its done.

--
Best Regards

The Inimitable Mr Newbie º¿º



"the friendly display name"
 
D

Daniel Fisher\(lennybacon\)

Write a ASPX that streams the files from a (from the outside world unknown)
directory.
Therefor only the ASPX is visible to users and you can check their names,
roles and permissions...

--
Daniel Fisher(lennybacon)
http://www.lennybacon.com


"the friendly display name"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top