Re: You are not authorized to view this page



302 = redirect
301 = redirect
Those are not "errors". Instead your browser is being told to make a new request for a different page.

401.1 is an authentication challenge (you are being challenged to provide allowed credentials)

402.2 - IIS does not implement this error code. Please verify what you have in your logfile. If it's, instead, 401.2 then that may be part of a legitimate NTLM authentication. What is the *next* request? Does it have a 200 OK status?

Can you post the entire logfile entries you have (including the one following the entries above)?

Cheers
Ken

--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken

"Bob" <someone@xxxxxxxxxxxxx> wrote in message news:uHYXtCUiHHA.5008@xxxxxxxxxxxxxxxxxxxxxxx
Hi

I have two IIS servers with similar setups,
When I logon to the server and use IE to view the website, everything works as expected on both servers

When I use a different computer to view the same pages, then one works OK, and the other gives me the error in the subject line.

Looking in the log for the IIS server that gives me the error, there are a series of errors
302 0 0
301 0 0
401 1 0
402 2 2148074254

Where should I be looking to resolve the error and get the remote browser sesssion working?

Thanks Heaps

Bob


.



Relevant Pages

  • Re: HTTP ping pong
    ... The server responds with web page. ... This is the browser parsing the HTML, ... Sometimes there is a redirect. ... browser to request the next leg and wait for the response. ...
    (comp.lang.java.help)
  • Re: LWP and 302 redirects
    ... change the conditions under which the request was issued. ... "Redirect in response to POST transaction". ... browser does not behave itself. ... My recommendation would be to configure the user-advertised URL as a ...
    (comp.lang.perl.misc)
  • Re: exact url typed in browser
    ... for a default page, and if found, then sends a redirect to the browser. ... browser then sends a request the new url (this is what you see in the server ... > page defined in 'Documents' section in iis. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Server.Transfer with url change
    ... the url in the browser winow, is the url of the last request. ... server transfer, all you are doing is calling different backend code to ... string in the redirect. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: [PHP] Passing POST variables w/out a FORM submit
    ... > Ok I don't think this can be used in conjuction with a redirect but I'd ... request is just that, a request. ... You are telling the browser to send a GET request to the URL $redirect. ... the response to the POST request that you sent behind the scenes. ...
    (php.general)