Cryptic error message

  • Thread starter Thread starter Shabam
  • Start date Start date
S

Shabam

I keep getting a 500 error when going to a certain directory that's made
from a virtual folder using UNC. I looked in the log file and found this:

2005-02-03 15:25:17 192.168.1.150 GET /aa/test.jpg - 81 - 192.168.1.150
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) - 500
16 1326 15

Can someone tell me what the "500 16 1326 15" part is telling me? I need to
figure out why I'm getting that error. Thanks.
 
Shabam said:
I keep getting a 500 error when going to a certain directory that's made
from a virtual folder using UNC. I looked in the log file and found this:

2005-02-03 15:25:17 192.168.1.150 GET /aa/test.jpg - 81 - 192.168.1.150
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) - 500
16 1326 15

Can someone tell me what the "500 16 1326 15" part is telling me? I need to
figure out why I'm getting that error. Thanks.

http://support.microsoft.com/kb/311766
 
I would probably guess that one is the Win32 status. Win32 rrror 1326 is
"Error_Logon_Failure: Logon Failure: unknown username or bad password"

If you look right up the top of your logfile, you will see (in commented
lines that begin with #) the actual fields that are being logged. Tell us
what fields those numbers correspond to, and we can tell you what the values
mean.

Cheers
Ken
 
Back
Top