"Chris" <> wrote in message
news:7dc50a6d-6f48-44d7-a96e-...
> Hi,
>
> I have an extranet site (asp.net), we want that if an employee click
> on the link, it will automatically get them in. But if an external
> user does it, they will be redirected to a login page.
>
> is it possible? how to know if a request come from internal user
> (employee) or external user (vendor).
>
> Thanks
>
> Chris
I think you can do that with membership provider, although you'll need to
write some code to extend the provider a bit.
If you set it to use activedirectory then handle those with no (valid)
active directory by making them log in.
I couldn't find a specific example but you should be more motivated in your
googling.
http://msdn.microsoft.com/en-us/library/ms998345.aspx