D
Derrick
Morning,
I am using the built in asp.net role/user/membership, etc. Have that all
working.
We have some internal users, and a bunch of external users.
Is there any way to remove roles at run time, per request, based on the ip
of the request? What I want to do is remove all the "admin" type roles for
internet based users, only allow certain roles to apply if the request comes
from our intranet.
If there isn't an "easy" way to do this, I guess I would have to get the
role provider source and modify it myself?
Thanks in advance!
Derrick
I am using the built in asp.net role/user/membership, etc. Have that all
working.
We have some internal users, and a bunch of external users.
Is there any way to remove roles at run time, per request, based on the ip
of the request? What I want to do is remove all the "admin" type roles for
internet based users, only allow certain roles to apply if the request comes
from our intranet.
If there isn't an "easy" way to do this, I guess I would have to get the
role provider source and modify it myself?
Thanks in advance!
Derrick