RE: Help needed in Web.config
From: Raghu Raman (raghuraman_ace_at_rediffmail.com)
Date: 09/03/04
- Next message: Nicole Calinoiu: "Re: Required permissions cannot be acquired?"
- Previous message: ranganh: "RE: Help needed in Web.config"
- In reply to: ranganh: "RE: Help needed in Web.config"
- Next in thread: ranganh: "RE: Help needed in Web.config"
- Reply: ranganh: "RE: Help needed in Web.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 03 Sep 2004 04:41:41 -0700
Hi, thanks for that. but i did not get he result for that.it spits the
error for the <location > tag.
your suggestion
--------------------------
<location path="ProtectedPage.aspx">
<system.web>
<authorization>
<deny users="?" />
<deny users="sa" />
</authorization>
</system.web>
</location>
------------------------------
may be i am wrong in understanding of the web.config.
--------------------------------
let me clear on web.config
--------------------------------
1.the users tag in the web.config denotes the windows user account only
.
2. it does not denotes the any database users.
3. for 'forms' based authentication, since some of my pages of my web
has to be seen , i should go for Anonymous authentication alone (or
combined with Integrated windows Authentication) .
4.Now i need to do nothing with the web.config. am i right???
5.THEN HOW DO I RESTRICT THE DATABASE USERS.
***IS IT POSSIBLE TO RESTRICT DATABASE USERS IN WEB.CONFIG?**
With regards
Raghuraman
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Nicole Calinoiu: "Re: Required permissions cannot be acquired?"
- Previous message: ranganh: "RE: Help needed in Web.config"
- In reply to: ranganh: "RE: Help needed in Web.config"
- Next in thread: ranganh: "RE: Help needed in Web.config"
- Reply: ranganh: "RE: Help needed in Web.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|