I have an Intranet/Extranet running asp applications on a corporate network behind the company firewall on an NT domain. I would like to use Windows Authentication to verify users’ identities for tracking / security purposes.
Originally, when users entered the site, the page checks for a Session Variable called “verified=Inside”, or “verified=Outside”. If not present, it redirects them out of the site.
We now purchased a name and connected it to our firewall/site.
Now it’s too easy to get into the site.
How do I set up the site to be secure? Windows Challenge & Response?
From the outside, I want all users to go through a login page. From the inside, I want all my users to bypass this page and get into the Intranet.
Can anyone help me sort out this mess? I am using NT 4.0 and IIS 4.0.
Thanks, Gary
Originally, when users entered the site, the page checks for a Session Variable called “verified=Inside”, or “verified=Outside”. If not present, it redirects them out of the site.
We now purchased a name and connected it to our firewall/site.
Now it’s too easy to get into the site.
How do I set up the site to be secure? Windows Challenge & Response?
From the outside, I want all users to go through a login page. From the inside, I want all my users to bypass this page and get into the Intranet.
Can anyone help me sort out this mess? I am using NT 4.0 and IIS 4.0.
Thanks, Gary