Restrict access to a directory, for every user
Hi,
I've got a web application running and i want to avoid users from
downloading my pdf files by blocking them the access to that
directory.
The problem is i must to it programmatically because it will be part
of an automatic functionality in the near future.
I've already tried using:
<authorization>
<deny users="?">
</authorization>
within an overridden web.config located in that directory, but it
didn't work. The users are not windows', they're just users of the web
site.
Could anyone help me?
Thanks,
Brian
.
Relevant Pages
- Re: OT;W98 popularity
... Herbert John \ Jackoff wrote: ... You deserve one for working so damn hard to evade kill filters. ... audio stream at the same time I was downloading all those PDF files. ... (sci.electronics.design) - Can not download some PDF files
... I have a problem with downloading some PDF files from our websites. ... A Microsoft patch for this problem was available for IE 6 SP1, ... (microsoft.public.windows.inetexplorer.ie6.browser) - RE: AxWebBrowser Downloads
... you're encountering some file blocking issue when try ... using IE or webbrowser control to download msi or zip files from an ASP.NET ... files's downloading ... ... considered as such unsafe file (also some other activex control's CAB ... (microsoft.public.dotnet.framework.aspnet) - Re: cannot read .pdf files from web since service pack installed
... >hour's worth of downloading to reinstall it. ... >will open pdf files off of the net, but cannot do anything with something ... Add-ons'and make sure the Acrobat ActiveX control is not disabled. ... (microsoft.public.windowsxp.general) - Re: downloading
... Neither Works nor Word can open PDF files. ... Microsoft MVP ... > am having problems downloading PDF files. ... (microsoft.public.word.application.errors) |
|