Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > asp user/group memborship

Reply
Thread Tools

asp user/group memborship

 
 
Josh
Guest
Posts: n/a
 
      04-28-2004
Any suggestions on where I can find the asp code to put into a web page to
do the following. I would like a single web page that a user would have to
login to. The asp code when then take the username and check its AD group
memberships. Then would route the user to another web site based on those
group memberships.

Any help would be great.


 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      04-28-2004
why not just do a redirect to the site?

if AD = "SCOOBY" then
server.transfer http://www.nowhere.com
end if

or have the information in you DB table. There are several ways to do this


"Josh" <> wrote in message
news:#...
> Any suggestions on where I can find the asp code to put into a web page to
> do the following. I would like a single web page that a user would have

to
> login to. The asp code when then take the username and check its AD group
> memberships. Then would route the user to another web site based on those
> group memberships.
>
> Any help would be great.
>
>



 
Reply With Quote
 
 
 
 
Josh
Guest
Posts: n/a
 
      04-28-2004
Thats a good idea but the list of users for one site alone could be over
100. The db is an interesting idea but it would require maintiance in two
differnent places. One the user would have to be in a group to login to the
website second we would have to update the db. We want to have a single
site for all of our customers but not list them. That way when a user
connects to the site they dont know who else we do work for. Is there a way
to do this with the home page field in AD?

"Mike" <> wrote in message
news:%...
> why not just do a redirect to the site?
>
> if AD = "SCOOBY" then
> server.transfer http://www.nowhere.com
> end if
>
> or have the information in you DB table. There are several ways to do this
>
>
> "Josh" <> wrote in message
> news:#...
> > Any suggestions on where I can find the asp code to put into a web page

to
> > do the following. I would like a single web page that a user would have

> to
> > login to. The asp code when then take the username and check its AD

group
> > memberships. Then would route the user to another web site based on

those
> > group memberships.
> >
> > Any help would be great.
> >
> >

>
>



 
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
global filter to redirect asp (old asp!) pages on asp.net site Daves ASP .Net 2 05-31-2006 08:33 AM
2.0: asp:Menu, asp:XmlDataSource, asp:PlaceHolder R.A.M. ASP .Net 1 03-29-2006 07:55 AM
[ASP.NET1.1]Should I kill the ASP.NET worker process after recompilingmy ASP.NET webservice? Andrea Raimondi ASP .Net 1 02-06-2006 08:10 AM
ASP.Net cookie -> ASP -> ASP.Net Ben ASP .Net 3 05-28-2004 03:35 PM
LOOP through an ASP form's pages (not ASP.NET - ASP classic) David A. Beck ASP General 10 04-13-2004 05:38 PM



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