Re: How protect non aspx files using Forms Authentication?



On Mon, 30 Jan 2006 16:41:41 -0700, "Ronald S. Cook"
<rcook@xxxxxxxxxxxx> wrote:

>Using Forms Authentication, users can't get to my .aspx pages but they can
>get directly to, for example, Setup.exe.
>
>What setting can I use to protect ALL files within my app from hackers until
>they login?
[snip]

Put all the files you don't want the users to be able to access in a
folder and allow only logged on users to access that folder.

>Thanks!
>
>Ron Cook
>

Otis Mukinfus
http://www.otismukinfus.com
http://www.tomchilders.com
.



Relevant Pages

  • Re: PHP-.htaccess-CGI
    ... > link to a lot of CGI programs in a folder with protected-access ... > kind of authentication. ... you can password protect CGI files the very same way you protect any other ...
    (comp.lang.php)
  • How protect non aspx files using Forms Authentication?
    ... Using Forms Authentication, users can't get to my .aspx pages but they can ... What setting can I use to protect ALL files within my app from hackers until ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Two Authentication
    ... If you dont want to protect certain folder in your application by forms ... > I have a portion of an application that needs to be protected by forms> authentication and another portion that does not. ... The only> problem is that the code-behind forms can't find the project dll. ... If I copy> the dll into a bin folder in the subfolder it works fine. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Forms Authentication - Confused!
    ... You will define the forms authentication inside the /web.config. ... You should use the location tag to secure the contenteditor directory. ... > the web.config file in the folder to be secured again, ... > When I access an ASPX page in the root of the site, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Password protected html files
    ... redirected to the login page set in forms authentication even when I accessed ... He will create html files, ... html pages are dumped to the folder. ... to protect access to some HTML files in your website, ...
    (microsoft.public.dotnet.framework.aspnet)

Loading