Checked.
Main Topics
Browse All Topics
Help needed urgently from IIS Experts out there:
I have Windows 2003 Standard Edition server installed with IIS 6.0 configured. I've loaded my web application (Remedy 5.1.2) on IIS and it works fine by accessing it locally from the webserver. However, accessing it from another client using its web address, I get the following error:
**************************
You are not authorized to view this page
You do not have permission to view this directory or page using the credentials that you supplied.
--------------------------
Please try the following:
Contact the Web site administrator if you believe you should be able to view this directory or page.
Click the Refresh button to try again with different credentials.
HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
Internet Information Services (IIS)
--------------------------
**************************
The webserver resides in a DMZ and I'm pretty sure that proper routing is in place since the above error indicates that a handshake failed at the IIS level.
I have the check box set to allow anonymous user access in the properties of the website under Directory Security tab. Any advice on why this is happening??!!
Thank you in advance.
nsome
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Update:
After tinkering around with the Directory Security tab settings, I checked the 'Basic Authentication (password sent in text form)' and I was able to access the logon form to my application form a client workstation, however it was first requesting Windows admin username/password for the webserver before displaying the page. My understanding is that this isn't a desired configuration due to security concerns but it's somewhat of a clue in figuring out why it wouldn't let me connect with just the enable anonymous user authentication.
I'm looking forward to your feedback.
What user are you using for your sites anonymous user? A 401.1 error indicates that their is a password sync problem or it could be that the the anon user does not have the required privileges.
Have you tried using a different anonymous user? one with more privileges on the server and adding that to the sites directory ACL.
I had simillar problem on PRODUCTION server, which was running fine for few years, until I decided to migrate it to new server, using VMWare Converter. After conversion was sucessfull, surprisingly, the original server started with 401.1 ERRORS, at start only for 1 domain, but after a while 401.1 was spread to 3 domains.
I was trying many repairs, but nothing helped.
The only solution was to create new username and:
- grant permissions to this username on wwwroot folder for problematic domain
- then configure IIS for this domain to use this new username for anonymus access
- and finally it got running
Hope it helps someone.
Its worth to check this MS link too, http://support.microsoft.c
Business Accounts
Answer for Membership
by: n0ch1psPosted on 2004-03-07 at 10:07:30ID: 10535606
Is the "Windows Intagrated authentication" box checked or unchecked?