Bob Chauvin ( Paix dehors
Guest
|
Posted:
Tue Jan 11, 2005 9:01 pm Post subject:
Redirect based on Login |
|
|
I would like to have a site that will prompt for Username/Password, and
redirect to the appropriate subsite. Otherwise users can view a base site
with a login option.
Best practice for accomplishing this?
--
PB9.01.7236
Thank you,
R.Chauvin |
|
Mike Walsh
Guest
|
Posted:
Wed Jan 12, 2005 12:02 pm Post subject:
Re: Redirect based on Login |
|
|
As you can't do this in WSS itself, your best bet is presumably to create
another site on the same server (using ASP.NET ??) where you ask for
name/password and then access your own table to grab the correct
subsite/main site address.
Note the need to exclude the path to this ASP.NET(?) site from the WSS
installation.
-----------
If you want something more WSS-like, ask in the subnewsgroup for WSS
programming questions at
microsoft.public.sharepoint.windowsservices.development
Mike Walsh, Helsinki, Finland
WSS FAQ at http://wss.collutions.com
Please post questions to the newsgroup only.
"Bob Chauvin ( Paix dehors )" <bob_chauvin@nospamyahoo.com> wrote in message
news:O%23Yqq3%239EHA.3840@tk2msftngp13.phx.gbl...
| Quote: | I would like to have a site that will prompt for Username/Password, and
redirect to the appropriate subsite. Otherwise users can view a base site
with a login option.
Best practice for accomplishing this?
--
PB9.01.7236
Thank you,
R.Chauvin
|
|
|