Re: Anonymous access
From: Alan Lim (alan_alphasoft_at_yahoo.com.sg)
Date: 04/06/05
- Previous message: Dave Williams: "ASP.NET making COM calls on IIS6"
- In reply to: Ken Schaefer: "Re: Anonymous access"
- Next in thread: Ken Schaefer: "Re: Anonymous access"
- Reply: Ken Schaefer: "Re: Anonymous access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 06 Apr 2005 23:07:14 +0800
Ken Schaefer wrote:
> OK, I'm looking at the log file. I see the following requests
>
> **** 2005-04-05 01:08:07 192.168.2.1 GET /index.htm - 80 ALPHASOFT\alan
> 192.168.2.28 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 200 0 64
>
> 2005-04-05 01:08:07 192.168.2.1 GET /Background.jpg - 80 -
> 192.168.2.28 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 2
> 2148074254
>
> 2005-04-05 01:08:07 192.168.2.1 GET /Background.jpg - 80 -
> 192.168.2.28 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 0
>
> ***** 2005-04-05 01:08:07 192.168.2.1 GET /Background.jpg - 80
> ALPHASOFT\alan 192.168.2.28
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 200 0 64
>
>
> the requests with the **** are successful requests (200 OK status). Where
> are the requests from the clients which are not successful?
>
> Cheers
> Ken
>
Hi Ken,
I think the code 200 means, the first time was succefully login to the
web page. Let me tell you the whole sequence. Using a PC which not on
the domain. I launched IE and type "alpha" which is IIS server name,
immediately it will prompt me a logon box. Logon box contain user and
password only. After input correct user and password, i will see the web
page. Next, i will click any of the hyperlink, all the hyperlink will
point to server and execute file from server. After i click on
hyperlink, i will get a page show "The Page cannot be displayed". I
think it should be a sercurity issue. If i click on a hyperlink and it
prompt me for logon box again, i believe i can run a execute file from
server.
There is one thing i want to highlight. Even though i get a "The Page
cannot be displayed". But if i manually key the UNC path on IE( example
\\server\shared\abc.exe), IE will prompt me a logon box. After the
authentication finished, i am able to run file from server.
Regards,
Alan
- Previous message: Dave Williams: "ASP.NET making COM calls on IIS6"
- In reply to: Ken Schaefer: "Re: Anonymous access"
- Next in thread: Ken Schaefer: "Re: Anonymous access"
- Reply: Ken Schaefer: "Re: Anonymous access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|