Ask a Question related to ASP.NET Security, Design and Development.
-
Robert Scheer #1
Problems with allowOverride
Hi.
I am trying to use allowOverride in my web.config file, in order to
deny changes made by other configuration files. I want to allow only
the main web.config file sitted on my root folder to work. I tried
some different configurations with no success. When I run the
application, it seems that my loginUrl parameter is ignored. That's my
last web.config (only the relevant sections):
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<location path="Brokers" allowOverride="false"> <!-- Does not work
-->
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
<location path="Intro.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<location path="News.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
<system.web>
<authentication mode="Forms">
<forms loginUrl = "Index.aspx" name = ".autind" protection="All"
path="/" />
</authentication>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</configuration>
Brokers is my root folder. How can I change web.config to deny other
config files under my root folder?
Thanks,
Robert Scheer
Robert Scheer Guest
-
problems with 8.0 Rc4
I've been trying to check that my current application working on postgres 7.4 will work with 8.0. I've not checked the application yet but I'm... -
problems with preLoadNetThing and fileName (was problems with preLoadNetThing and importFileInto)
You don't want to leave the QT member in your cast when you publish your movie - it's not really there, it's linked. When you run the movie it will... -
IE6 problems
I have a login script to a website where a user logs in through a standard webform with a username and password that needs to be validated. My... -
I having problems with IIS
I just tried to view a page that I had earlier on my own personal web site and was not able to view it. I then tried just plain old localhost and... -
Why am I Having Problems ?
On 8/2/03 1:08 PM, in article 6TUWa.216121$o86.33889@news1.central.cox.net, "Spam@markris.com" <Spam@markris.com> wrote: A Relationship requires...



Reply With Quote

