Re: restricted access and user account

From: Matjaz Ladava (matjaz_at__nospam_ladava.com)
Date: 05/29/03


Date: Thu, 29 May 2003 07:54:38 +0200


ASPNET account has to have read permission on all ASP.NET files it uses ?
Can you check that ?

Regards

Matjaz Ladava

"Harley" <harleyobrien%40hotmail.com> wrote in message
news:uTGwaWXJDHA.2152@TK2MSFTNGP11.phx.gbl...
> i have an ASP.NET app hosted with a provider.
>
> my app is a public access application, with a restricted access admin
> folder. anonymous user is denied access to the admin folder. admin user
has
> full privileges (R/W/X/D) on the whole site.
> until now, no special asp.net config needed... authentication is set to
> windows. some of the admin pages create and delete folders
programatically.
>
> when i access the admin folder, i get the usual login windows login, but
> after login in, i get a 404 msg... its strange because the files are
there.
> doublechecked and uploaded a new file to test. same thing... after being
> authenticated, i cannot access any resource aspx in the admin folder. but
i
> can access asp files.
>
> any idea on how to solve this?
>
> thanks.
>
>



Relevant Pages

  • Subfolders and security, please help!!
    ... >If the admin folder is protected by the web.config, ... >>set it up to use forms authentication and deny all ... >>default.aspx folder in my Admin subfolder, ... >>root website I'll want protected, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • help!! credentials stored in web.config vs in database
    ... I have difficulties about authentication & authorization thing. ... My project has an admin folder (which can only be accessed by administrator) ...
    (microsoft.public.dotnet.general)