Re: Forms Authentication Exclusion?
From: Ahmed Ben Messaoud (ahmed@cuic.ca)
Date: 02/17/03
- Next message: CaskConditioned: "Forms Authentication & Application Events"
- Previous message: Brad: "RE: Implementing my own Windows Authentication module."
- In reply to: Hodge: "Forms Authentication Exclusion?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Ahmed Ben Messaoud <ahmed@cuic.ca> Date: Mon, 17 Feb 2003 10:22:43 -0800
hmm i did exactly as you said and made a web.config file in the
subfolder saying
---------------------
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</configuration>
---------------------
what am i doing wrong?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: CaskConditioned: "Forms Authentication & Application Events"
- Previous message: Brad: "RE: Implementing my own Windows Authentication module."
- In reply to: Hodge: "Forms Authentication Exclusion?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]