Re: password access from outside the intranet

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 04/19/04


Date: Mon, 19 Apr 2004 15:28:05 +1000

Hi

a) Create two websites in IIS. Have them both contain the same content.
Allow anonymous access for Site1, but configure IP address restrictions so
that only people on your internal network can access it. Do not allow
anonymous access for Site2, but allow any IPaddress to connect to it.

b) If you want to have just a single site, then configure Integrated Windows
Authentication (and optionlly Basic Authentication) for the resource. If the
users internally are using IE, then you can have IE automatically log them
on by placing the site into the "Intranet" security zone (see:
http://support.microsoft.com/?id=258063). Users externally should be
prompted to authenticate since the site will not be in the intranet zone.

Cheers
Ken

"Martin Fenech" <martin.fenech@rhul.ac.uk> wrote in message
news:1dd8d01c423c1$2a236700$a101280a@phx.gbl...
: Hi,
: I've got IIS 6 running on win2003 with one website. My
: problem is this: I've got some web pages in a folder which
: when a request is coming from the intranet than access
: should be given but if the request is coming from outside
: the intranet then a password authentication method should
: be used. Can anyone tell me how i can solve this issue.
:
: Thanks



Relevant Pages

  • RE: LOGON_USER through https tunnel
    ... Have you disabled anonymous access? ... Go to IIS Manager, right click on the site and go to Directory Security. ... Click the Edit button in Authentication and access control, ... Subject: LOGON_USER through https tunnel ...
    (Security-Basics)
  • Re: adding a new site results in iis error 401.1
    ... it means that the username/password you configured in IIS for the ... The reason you can get a 401.1 for anonymous access is this -- when you ... In general, the other authentication methods are pretty fast, unless your ...
    (microsoft.public.inetserver.iis)
  • RE: Save IE password thorugh group policy
    ... You can configure IIS to Anonymous access or Digest ... Configure Authentication in IIS ... In the console tree, right-click the Web site, virtual directory, or ...
    (microsoft.public.windows.group_policy)
  • RE: Save IE password thorugh group policy
    ... that web site, this remote cookie will pickup the password so that the users ... You can configure IIS to Anonymous access or Digest ... Configure Authentication in IIS ...
    (microsoft.public.windows.group_policy)
  • Re: User Identity
    ... Authentication method is in the Properties dialog of your web site in the ... IIS snap-in. ... You need to disallow anonymous access, and use Windows ...
    (microsoft.public.dotnet.framework.aspnet)