Ask a Question related to ASP.NET Security, Design and Development.
-
Janaka #1
Re: Do I need Role Based Security
Corinna,
In your example i'd say its not necessary to use role-based security. Since
there's only 1 level of membership as you say then all I would do is make
unauthenticated users restricted from accessing the news articles. The
cookies are set on the client machine but you can use encryption and SSL to
make sure only they see their cookie information.
Janaka
"Corinna K" <anonymous@discussions.microsoft.com> wrote in message
news:E8239664-BFE6-418F-97E1-1221B585FC45@microsoft.com...customers purchase access to news articles (pdf files). They receive a> I'm in the design phase of a simple online store application where
username+password in the mail and they use it to access the site. Basically,
in the database there is a simple mapping between the member id and the pdf
files which they suscribed to.members), do I really need role based security?>
> If there is only one level of membership (there are no "privileged"stored on the customer's computer or on the webserver? With all the> Also, there are no online db adminstration features.
> I also have a question on forms based authentication: are the cookies
encyption available, shouldn't this pose a threat to the security of the
application?> CK
> TIA
Janaka Guest
-
Role based security across sub directories
Take the following directory structure: AppRoot (configured as a IIS Application) -> bin -> dirA -> dirB -> dirC login.aspx web.config -
Role based Security and Permissions
Hi, I have been working on a framework for publishing several sites from a single code based allowing for easy modification by end users. I have... -
Role based security and Domains
Does any one know how to find my windows domain name with .Net Here's what I'm trying to do, I'm implementing role based security by calling... -
Reg Role BAsed security..
Hi All.. Can any body detail out the basic diff/advatages/disadvantage over acheiving the role based security and the same thing in case of...



Reply With Quote

