iis 5.1

G

Guest

Hi,
I am trying to set up an intranet using iis 5.1 (xp sp2) on a workgroup. If
i set the default site to anonymous access I can view the site from other
peers in the workgroup. The problem I am having is that I cant set up Windows
Authenticated Access. If I enable windows integrated access on the site and
the try to access it from another machine I get a logon input box, but no
mater which username and password I try to logon with, I get a 401.3 error
"you are not authorized to view this page".
I believe it could be a problem with the local security settings and user
accounts on the machine hosting the web service.
Any ideas?
 
G

Guest

You receive an "HTTP Error 401.1 - Unauthorized: Access is denied due to
invalid credentials" error
http://support.microsoft.com/kb/871179/en-us?FR=1&PA=1&SD=HSCH

If the above does not apply to your problem, it might be the Permissions on
the IIS folders are not set to include the Everyone group.

Run 'gpedit.msc' on the host, and see if the rights are set for "Access This
Computer from the Network"

Another thing to look at would be finding the logon type. You need a
'Network'

<help excerpt>
If you cannot determine what kind of logon is occurring on your IIS server
to handle requests, you can turn on auditing for Logons and Logoffs. Follow
these steps: 1. Click Start, click Settings, click Control Panel, click
Administrative Tools, and then click Local Security Policy.
2. After you open Local Security Policy, in the left Tree View pane, click
Security Settings, click Local Policies, and then click Audit Policy.
3. Double-click Audit Logon Event and then click Success and Failure. Event
Log entries are added under the Security log. You can determine the kind of
logon by looking at the event details under the Logon Type:

2=Interactive
3=Network
4=Batch
5=Service
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top