HTTP 401.2 - Unauthorized: Logon failed due to server configuration IIS

  • Thread starter Thread starter Paul Cyr
  • Start date Start date
P

Paul Cyr

I have a web page that has the following few lines of code:
<frameset framespacing="0" border="0" rows="*,25"
frameborder="0">
<frame name="main"
src="file://jupiter/vax/menus/dat/employee.htm"
scrolling="auto">
<frame name="footer" scrolling="no" noresize
target="main" src="http://getconnected/News/banner.asp">
<noframes>
<body>

<p>You may have an older Internet browser.&nbsp; Please
contact IT and an
upgrade can be performed.</p>

</body>
</noframes>
</frameset>

Both XP machines in our company get the HTTP 401.2 error
when they visit this Intranet web page. All other Win2000
and machines work fine. I have a test win2003 Server that
shows the web page as Unknown Zone (Mixed) but at least it
works after I added the necessary sites to the Trusted
Sites zone. The XP machines will not show the banner along
the bottom.

BTW The web site has both Anonymous and Integrated access
available but Integrated only would be preferred if I can
get all clients to work properly.
 
I am having the same problem here. I think the problem's
with XP settings instead of the browser. I tried Mozilla
but still can't got into the secure site. Have you found a
solution?
 
Back
Top