IF You are wanting them to log in using their network
login/password,
and it's windows authentication, not Forms authentication,
then you
can set up IIS to have Integrated Authentication. The users
can then
add "*.yourappdomain.com" to their trusted sites,
and it will pass-
thru authenticate, if they are on the network.
Not sure what your environment is, so this may not apply...
On Oct 3, 9:30 am, cleveridea <cleveridea.... gmail.com> wrote:
> On Sep 26, 2:25 pm, funkmusha <funkmu... gmail.com> wrote:
>
> > I want to have the ability to redirect users to my
asp.net application
> > based on how the are accessing the application.
If they are on the
> > computer that my aps.net application to bypass the
login prompt. If
> > they are accessing the application remotely I want
them to enter a
> > user and password. Any idea how I can determine
if they are remote or
> > local?
>
> > Thanks
>
> Make an assertion against the Request.IsLocal
property.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "ASP.Net Community" group.
To post to this group, send email to aspnet googlegroups.com
To unsubscribe from this group, send email to
aspnet-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/aspnet?hl=en
-~----------~----~----~----~------~----~------~--~---
|