Ask a Question related to ASP.NET General, Design and Development.
-
Onur Bozkurt #1
Deny access to a folder
How can I deny access to a folder when authorization mode is none. I have
xml files and I don't want then to be seen. When I restrict it from IIS, I
can't read the files from codebehind.
Onur Bozkurt Guest
-
Deny access to a directory with web.config
Hello, I'm working on a portal based on IBuySpy, where the main page is desktopdefault.aspx and all content is stored in... -
How to Deny Access to Certain User?
I need to know how to deny access to a user (or role, for that matter) in Contribute 3. A client called me and they fired the worker who was in... -
Deny web access to a directory?
Hi, I have a asp.net site running on an MS Access database this is, for better or worse, stored under the webroot. How can I lockout the... -
Deny Access to a page
I am using forms auth. against a sql db. I am using a role membership to control access to the various pages in the application. I have created a... -
how to deny access to certain volume via file sharing (OS9)?
Hi all - I have a Mac running OS9.2 at work. I connect to it from home by file sharing via TCP/IP. I want to set the permissions such that people... -
alien2_51 #2
Re: Deny access to a folder
Why would you want to restrict it from IIS...?
Depending on userName = [machine | system] attribute in processModel section
in machine.config..
Explicitly remove the Everyone group and give permissions to whom ever you
want reading the files including IIS..
IIS will use either ASPNET if userName = "machine" or the local system
account if userName = "system"..
Set the file permissions accordingly.. and that should work...
alien2_51 Guest



Reply With Quote

