Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Dynamic security access for a template

Reply
Thread Tools

Dynamic security access for a template

 
 
Mark Darbyshire
Guest
Posts: n/a
 
      08-27-2004
I have an intranet auction project. Anyone can see the items, but
only certain groups of people can actually bid on an item.

Agency A (made up of sub-agencies D and E) and Agency B (made up of
sub-agencies X, Y and Z) are both having simultaneous auctions, each
with numerous items. Anyone in any of the agencies/sub-agencies can
see any of the items. However, if someone wants to bid on an item in
Agency A's auction, I need to make sure they are part of sub-agencies
D and E, and lock out those that are members of sub-agencies X, Y and
Z.

Ideally, I would like to have one bid page that, based on the item,
only allows people that belong to the correct groups. Since this is
an internal application, I don't want to mess with IDs and passwords,
but would like to use the groups already defined on the network (e.g.
'SubAgency A All', 'SubAgency X All', etc.) Is this possible? If
not, how best should I structure the application to still use the
groups already defined?

I hope this makes sense. Thanks for any help in advance.

Thanks!
Mark Darbyshire
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
r H2 deduce deduce template argument of a template class inheritingfrom a non template base? nguillot C++ 5 03-08-2009 05:56 PM
How to use the template member function of a template in the memberfunction of another template class? Peng Yu C++ 3 10-26-2008 03:51 PM
template template arguments: expected a class template, got `Component<T1, T2, T3> gary.bernstein@gmail.com C++ 1 06-08-2007 07:10 AM
Re: A Newbie Question about template template template tom_usenet C++ 0 07-24-2003 12:06 PM
Re: A Newbie Question about template template template Chris Theis C++ 2 07-24-2003 09:42 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57