|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
authentication question
Windows 2000, IIS (whatever came with win 2000)
Right now we have clients logging in to our staging server by following a link like this: http://stage.domain.com/clientname1/ There are permissions set on that clientname1 directory so they are prompted to authenticate. Would there be a way to have all clients use the same url and then IIS decide where they should go based on their login (which always corresponds to the folder name)? Example: http://stage.domain.com/ login as: clientname1, pass whatever then redirected (or just served content from) to http://stage.domain.com/clientname1/ Thanks! Reid |
|
#2
|
|||
|
|||
|
Quote:
How do they login? Via ftp? If so, you can use the isolate users option. Within the ftp folder, create a folder for the domain, and within that, a folder for each user name. I'm still working on putting a folder from within that that will point to the folder wwwroot/clientname/
__________________
Do not reinvent the wheel, unless your new wheel works that much better. |
|
#3
|
|||
|
|||
|
http
Quote:
No. It's all through a browser. Http. |
|
#4
|
|||
|
|||
|
You might be able to use asp for what you want.
There is a servervariable for auth_user or something similar, and I think this will get set when your users authenticate. You could inspect this after a login and then redirect to the appropriate folder.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > authentication question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|