![]() |
|
|
|||||||
![]() |
ASP Net - ASP.NET 1.1 Active Directory Role Based Security Question |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I am using ASP.NET 1.1 and need to make sure that viewers of a web page
belong to a role in Active Directory. I am looking for some samples, articles or links etc. that can get me started showing me how to do this. Thank you. Mike |
|
|
|
|
#2 |
|
Posts: n/a
|
Mike wrote:
> I am using ASP.NET 1.1 and need to make sure that viewers of a web > page belong to a role in Active Directory. > > I am looking for some samples, articles or links etc. that can get me > started showing me how to do this. Thank you. http://msdn2.microsoft.com/en-us/lib....isinrole.aspx -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup. |
|
|
|
#3 |
|
Posts: n/a
|
Bob,
Anything that might be a more complete sample or article for a newbie who does not know? Thanks. "Bob Barrows [MVP]" <> wrote in message news:... > Mike wrote: >> I am using ASP.NET 1.1 and need to make sure that viewers of a web >> page belong to a role in Active Directory. >> >> I am looking for some samples, articles or links etc. that can get me >> started showing me how to do this. Thank you. > > http://msdn2.microsoft.com/en-us/lib....isinrole.aspx > > -- > Microsoft MVP -- ASP/ASP.NET > Please reply to the newsgroup. The email account listed in my From > header is my spam trap, so I don't check it very often. You will get a > quicker response by posting to the newsgroup. > > |
|
|
|
#4 |
|
Posts: n/a
|
How about this?
http://www.microsoft.com/mspress/boo...p/6501.asp#134 or this? http://www.thescripts.com/forum/thread285840.html Zillions more can be found via google. Mike wrote: > Bob, > > Anything that might be a more complete sample or article for a newbie > who does not know? Thanks. > > "Bob Barrows [MVP]" <> wrote in message > news:... >> Mike wrote: >>> I am using ASP.NET 1.1 and need to make sure that viewers of a web >>> page belong to a role in Active Directory. >>> >>> I am looking for some samples, articles or links etc. that can get >>> me started showing me how to do this. Thank you. >> >> http://msdn2.microsoft.com/en-us/lib....isinrole.aspx >> >> -- >> Microsoft MVP -- ASP/ASP.NET >> Please reply to the newsgroup. The email account listed in my From >> header is my spam trap, so I don't check it very often. You will get >> a quicker response by posting to the newsgroup. -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup. |
|
|
|
#5 |
|
Posts: n/a
|
Mike i have blogged something on that at:-
http://spaces.msn.com/naijacoder/ Hope that helps Patrick "Mike" <> wrote in message news:... >I am using ASP.NET 1.1 and need to make sure that viewers of a web page > belong to a role in Active Directory. > > I am looking for some samples, articles or links etc. that can get me > started showing me how to do this. Thank you. > |
|
|
|
#6 |
|
Posts: n/a
|
Patrick.O.Ige wrote:
> Mike i have blogged something on that at:- > http://spaces.msn.com/naijacoder/ > Hope that helps > Patrick > > Well, I'm never going to that page again. Nothing but a stream of errors: --------------------------- Microsoft Internet Explorer --------------------------- Out of memory at line: 31 --------------------------- OK --------------------------- --------------------------- Microsoft Internet Explorer --------------------------- Stack overflow at line: 37 --------------------------- OK --------------------------- --------------------------- Microsoft Internet Explorer --------------------------- A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script? --------------------------- Yes No --------------------------- Yeah, yeah - I know: works fine in Firefox ... -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM" |
|