Ask a Question related to ASP.NET Security, Design and Development.
-
yop #1
Page Level Authentication
Is there anyway that you can have authentication at a
page level as per the example below?
<location path="main.aspx">
<system.web>
<authorization>
<allow users="admin"/>
<deny users="*" />
</authorization>
</system.web>
</location>
thanks
yop Guest
-
No top level page was found.
I have new installation of Coldfusion MX7 on a Fedora Core 4 machine. But I am having problems because whenever I try to open a *.cfm file... -
Windows Authentication at the file level
We are currently have many folders using Windows Authentication to control who can use the files. I.e. http://www.mysite.com/teachers I give the... -
Applying security at folder level using forms authentication
Hi I have two folders in the .net application,one can be accessed by everyone adn the other needs to be accessed only through submitting login and... -
Page Level role-based authentication
I've set up and managed to use ASP.NET role-based authentication. I find the automatic checking and redirecting for unauthorized pages really... -
Page level, IP based security...
I have a Web Project containing two WebForms and one WebService. What's the best way to limit who is able to access those three items? I want the...



Reply With Quote

