|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Anonymous accessHi All,
I have a server 2003 and running well with integrated IIS 6. I have a problem when anonymous user can go to IIS web page but cannot access file. The error was HTTP and 404. I realise that this error only occur when the PC was not login to domain. Is there a way to allow those mobile users to access file from IIS 6? Thanks Alan Computers that are not on the domain should still be able to access the
content. The user will need to provide credentials that are acceptable to the webserver. Please post the exact log file entries from the IIS logfile for the requests in question. Thanks Cheers Ken Show quoteHide quote "Alan lim" <finding.a***@gmail.com> wrote in message news:a429228e.0504031736.2e64c87d@posting.google.com... : Hi All, : : I have a server 2003 and running well with integrated IIS 6. I have a : problem when anonymous user can go to IIS web page but cannot access : file. The error was HTTP and 404. I realise that this error only occur : when the PC was not login to domain. : Is there a way to allow those mobile users to access file from IIS 6? : : Thanks : Alan
Show quote
Hide quote
"Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<uy0vKIMOFHA.1476@TK2MSFTNGP09.phx.gbl>... Hi Ken,> Computers that are not on the domain should still be able to access the > content. The user will need to provide credentials that are acceptable to > the webserver. > > Please post the exact log file entries from the IIS logfile for the requests > in question. > > Thanks > > Cheers > Ken > > -- > Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > > > "Alan lim" <finding.a***@gmail.com> wrote in message > news:a429228e.0504031736.2e64c87d@posting.google.com... > : Hi All, > : > : I have a server 2003 and running well with integrated IIS 6. I have a > : problem when anonymous user can go to IIS web page but cannot access > : file. The error was HTTP and 404. I realise that this error only occur > : when the PC was not login to domain. > : Is there a way to allow those mobile users to access file from IIS 6? > : > : Thanks > : Alan Thanks for your replied. For those computers are not on the domain when connected to web page, it will prompt user and password box. After key in a correct information, it will go to web page. When you access any file at hyperlink, it will show you http and 404. I believe it should got to do with security. Why there is no user and password box pop-up when click on hyperlink? In the log file, it shows 401.1 and 401.2. Hope you can solve my problem. Thanks
Show quote
Hide quote
"Alan lim" <finding.a***@gmail.com> wrote in message Hi,news:a429228e.0504040019.7c6c85e@posting.google.com... : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<uy0vKIMOFHA.1476@TK2MSFTNGP09.phx.gbl>... : > Computers that are not on the domain should still be able to access the : > content. The user will need to provide credentials that are acceptable to : > the webserver. : > : > Please post the exact log file entries from the IIS logfile for the requests : > in question. : > : > Thanks : > : > Cheers : > Ken : > : > -- : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > Web: www.adopenstatic.com : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > news:a429228e.0504031736.2e64c87d@posting.google.com... : > : Hi All, : > : : > : I have a server 2003 and running well with integrated IIS 6. I have a : > : problem when anonymous user can go to IIS web page but cannot access : > : file. The error was HTTP and 404. I realise that this error only occur : > : when the PC was not login to domain. : > : Is there a way to allow those mobile users to access file from IIS 6? : > : : > : Thanks : > : Alan : : Hi Ken, : Thanks for your replied. For those computers are not on the domain : when connected to web page, it will prompt user and password box. : After key in a correct information, it will go to web page. When you : access any file at hyperlink, it will show you http and 404. I believe : it should got to do with security. Why there is no user and password : box pop-up when click on hyperlink? In the log file, it shows 401.1 : and 401.2. Clients should not be seeing 404 - they should be seeing 401 (or maybe 403) 401.1 - access denied due to ACL (NTFS permissions) on the resource in question 401.2 - access denied due to server configuration So, my questions are: a) can you please post the log files entries in question? I asked this before b) what authentication mechanism are you using? Basic? Integrated Windows Authentication? If you are using IWA, is there a proxy server between where the users are and where the server is? Cheers Ken
Show quote
Hide quote
"Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<uK#x8aROFHA.3380@TK2MSFTNGP15.phx.gbl>... Hi Ken,> -- > Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > "Alan lim" <finding.a***@gmail.com> wrote in message > news:a429228e.0504040019.7c6c85e@posting.google.com... > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message > news:<uy0vKIMOFHA.1476@TK2MSFTNGP09.phx.gbl>... > : > Computers that are not on the domain should still be able to access the > : > content. The user will need to provide credentials that are acceptable > to > : > the webserver. > : > > : > Please post the exact log file entries from the IIS logfile for the > requests > : > in question. > : > > : > Thanks > : > > : > Cheers > : > Ken > : > > : > -- > : > Blog: www.adopenstatic.com/cs/blogs/ken/ > : > Web: www.adopenstatic.com > : > > : > > : > "Alan lim" <finding.a***@gmail.com> wrote in message > : > news:a429228e.0504031736.2e64c87d@posting.google.com... > : > : Hi All, > : > : > : > : I have a server 2003 and running well with integrated IIS 6. I have a > : > : problem when anonymous user can go to IIS web page but cannot access > : > : file. The error was HTTP and 404. I realise that this error only occur > : > : when the PC was not login to domain. > : > : Is there a way to allow those mobile users to access file from IIS 6? > : > : > : > : Thanks > : > : Alan > : > : Hi Ken, > : Thanks for your replied. For those computers are not on the domain > : when connected to web page, it will prompt user and password box. > : After key in a correct information, it will go to web page. When you > : access any file at hyperlink, it will show you http and 404. I believe > : it should got to do with security. Why there is no user and password > : box pop-up when click on hyperlink? In the log file, it shows 401.1 > : and 401.2. > > Hi, > > Clients should not be seeing 404 - they should be seeing 401 (or maybe 403) > > 401.1 - access denied due to ACL (NTFS permissions) on the resource in > question > 401.2 - access denied due to server configuration > > So, my questions are: > a) can you please post the log files entries in question? I asked this > before > b) what authentication mechanism are you using? Basic? Integrated Windows > Authentication? If you are using IWA, is there a proxy server between where > the users are and where the server is? > > Cheers > Ken I am using Integrated Windows Authentication. The following is the log file. #Software: Microsoft Internet Information Services 6.0 #Version: 1.0 #Date: 2005-04-05 01:08:04 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 2 2148074254 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 0 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 2148074252 2005-04-05 01:08:07 192.168.2.1 GET / - 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 /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 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 In fact, I am working in a computer vendor company. Everyday I need to install certain programs on the new computer for my corporate client. I found that using web page is more efficient because of the hyperlink. I had mentioned earily that my office PCs have no problem accessing IIS because all are connected to domain. Only those new PCs belong to customer and not connected to domain have above problem. Thanks Alan Thanks for posting the log.
Can you answer the second question please? Cheers Ken Show quoteHide quote "Alan lim" <finding.a***@gmail.com> wrote in message news:a429228e.0504041833.2a89abd0@posting.google.com... : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<uK#x8aROFHA.3380@TK2MSFTNGP15.phx.gbl>... : > -- : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > Web: www.adopenstatic.com : > "Alan lim" <finding.a***@gmail.com> wrote in message : > news:a429228e.0504040019.7c6c85e@posting.google.com... : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message : > news:<uy0vKIMOFHA.1476@TK2MSFTNGP09.phx.gbl>... : > : > Computers that are not on the domain should still be able to access the : > : > content. The user will need to provide credentials that are acceptable : > to : > : > the webserver. : > : > : > : > Please post the exact log file entries from the IIS logfile for the : > requests : > : > in question. : > : > : > : > Thanks : > : > : > : > Cheers : > : > Ken : > : > : > : > -- : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > : > Web: www.adopenstatic.com : > : > : > : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > : > news:a429228e.0504031736.2e64c87d@posting.google.com... : > : > : Hi All, : > : > : : > : > : I have a server 2003 and running well with integrated IIS 6. I have a : > : > : problem when anonymous user can go to IIS web page but cannot access : > : > : file. The error was HTTP and 404. I realise that this error only occur : > : > : when the PC was not login to domain. : > : > : Is there a way to allow those mobile users to access file from IIS 6? : > : > : : > : > : Thanks : > : > : Alan : > : : > : Hi Ken, : > : Thanks for your replied. For those computers are not on the domain : > : when connected to web page, it will prompt user and password box. : > : After key in a correct information, it will go to web page. When you : > : access any file at hyperlink, it will show you http and 404. I believe : > : it should got to do with security. Why there is no user and password : > : box pop-up when click on hyperlink? In the log file, it shows 401.1 : > : and 401.2. : > : > Hi, : > : > Clients should not be seeing 404 - they should be seeing 401 (or maybe 403) : > : > 401.1 - access denied due to ACL (NTFS permissions) on the resource in : > question : > 401.2 - access denied due to server configuration : > : > So, my questions are: : > a) can you please post the log files entries in question? I asked this : > before : > b) what authentication mechanism are you using? Basic? Integrated Windows : > Authentication? If you are using IWA, is there a proxy server between where : > the users are and where the server is? : > : > Cheers : > Ken : : : Hi Ken, : : I am using Integrated Windows Authentication. The following is the log : file. : : #Software: Microsoft Internet Information Services 6.0 : #Version: 1.0 : #Date: 2005-04-05 01:08:04 : #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port : cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 2 2148074254 : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 0 : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 2148074252 : 2005-04-05 01:08:07 192.168.2.1 GET / - 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 /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 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : : In fact, I am working in a computer vendor company. Everyday I need to : install certain programs on the new computer for my corporate client. : I found that using web page is more efficient because of the : hyperlink. I had mentioned earily that my office PCs have no problem : accessing IIS because all are connected to domain. : Only those new PCs belong to customer and not connected to domain have : above problem. : : Thanks : Alan
Show quote
Hide quote
"Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<eqaphGZOFHA.1732@TK2MSFTNGP14.phx.gbl>...
> Thanks for posting the log. > > Can you answer the second question please? > > Cheers > Ken > > -- > Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > > > "Alan lim" <finding.a***@gmail.com> wrote in message > news:a429228e.0504041833.2a89abd0@posting.google.com... > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message > news:<uK#x8aROFHA.3380@TK2MSFTNGP15.phx.gbl>... > : > -- > : > Blog: www.adopenstatic.com/cs/blogs/ken/ > : > Web: www.adopenstatic.com > : > "Alan lim" <finding.a***@gmail.com> wrote in message > : > news:a429228e.0504040019.7c6c85e@posting.google.com... > : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message > : > news:<uy0vKIMOFHA.1476@TK2MSFTNGP09.phx.gbl>... > : > : > Computers that are not on the domain should still be able to access > the > : > : > content. The user will need to provide credentials that are > acceptable > : > to > : > : > the webserver. > : > : > > : > : > Please post the exact log file entries from the IIS logfile for the > : > requests > : > : > in question. > : > : > > : > : > Thanks > : > : > > : > : > Cheers > : > : > Ken > : > : > > : > : > -- > : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ > : > : > Web: www.adopenstatic.com > : > : > > : > : > > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message > : > : > news:a429228e.0504031736.2e64c87d@posting.google.com... > : > : > : Hi All, > : > : > : > : > : > : I have a server 2003 and running well with integrated IIS 6. I > have a > : > : > : problem when anonymous user can go to IIS web page but cannot > access > : > : > : file. The error was HTTP and 404. I realise that this error only > occur > : > : > : when the PC was not login to domain. > : > : > : Is there a way to allow those mobile users to access file from IIS > 6? > : > : > : > : > : > : Thanks > : > : > : Alan > : > : > : > : Hi Ken, > : > : Thanks for your replied. For those computers are not on the domain > : > : when connected to web page, it will prompt user and password box. > : > : After key in a correct information, it will go to web page. When you > : > : access any file at hyperlink, it will show you http and 404. I believe > : > : it should got to do with security. Why there is no user and password > : > : box pop-up when click on hyperlink? In the log file, it shows 401.1 > : > : and 401.2. > : > > : > Hi, > : > > : > Clients should not be seeing 404 - they should be seeing 401 (or maybe > 403) > : > > : > 401.1 - access denied due to ACL (NTFS permissions) on the resource in > : > question > : > 401.2 - access denied due to server configuration > : > > : > So, my questions are: > : > a) can you please post the log files entries in question? I asked this > : > before > : > b) what authentication mechanism are you using? Basic? Integrated > Windows > : > Authentication? If you are using IWA, is there a proxy server between > where > : > the users are and where the server is? > : > > : > Cheers > : > Ken > : > : > : Hi Ken, > : > : I am using Integrated Windows Authentication. The following is the log > : file. > : > : #Software: Microsoft Internet Information Services 6.0 > : #Version: 1.0 > : #Date: 2005-04-05 01:08:04 > : #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port > : cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 2 2148074254 > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 0 > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 2148074252 > : 2005-04-05 01:08:07 192.168.2.1 GET / - 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 /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 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : > : In fact, I am working in a computer vendor company. Everyday I need to > : install certain programs on the new computer for my corporate client. > : I found that using web page is more efficient because of the > : hyperlink. I had mentioned earily that my office PCs have no problem > : accessing IIS because all are connected to domain. > : Only those new PCs belong to customer and not connected to domain have > : above problem. > : > : Thanks > : Alan : Hi Ken, > : > : I am using Integrated Windows Authentication I meant: Is there a proxy server between the clients and the server? NTLM
authentication doesn't work through most proxy servers. You can test this by disabling IWA, and enabling Basic. if everything starts working, then there is probably a proxy server between the server and clients. Cheers Ken Show quoteHide quote "Alan lim" <finding.a***@gmail.com> wrote in message news:a429228e.0504050234.7059307d@posting.google.com... : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<eqaphGZOFHA.1732@TK2MSFTNGP14.phx.gbl>... : > Thanks for posting the log. : > : > Can you answer the second question please? : > : > Cheers : > Ken : > : > -- : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > Web: www.adopenstatic.com : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > news:a429228e.0504041833.2a89abd0@posting.google.com... : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message : > news:<uK#x8aROFHA.3380@TK2MSFTNGP15.phx.gbl>... : > : > -- : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > : > Web: www.adopenstatic.com : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > : > news:a429228e.0504040019.7c6c85e@posting.google.com... : > : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message : > : > news:<uy0vKIMOFHA.1476@TK2MSFTNGP09.phx.gbl>... : > : > : > Computers that are not on the domain should still be able to access : > the : > : > : > content. The user will need to provide credentials that are : > acceptable : > : > to : > : > : > the webserver. : > : > : > : > : > : > Please post the exact log file entries from the IIS logfile for the : > : > requests : > : > : > in question. : > : > : > : > : > : > Thanks : > : > : > : > : > : > Cheers : > : > : > Ken : > : > : > : > : > : > -- : > : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > : > : > Web: www.adopenstatic.com : > : > : > : > : > : > : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > : > : > news:a429228e.0504031736.2e64c87d@posting.google.com... : > : > : > : Hi All, : > : > : > : : > : > : > : I have a server 2003 and running well with integrated IIS 6. I : > have a : > : > : > : problem when anonymous user can go to IIS web page but cannot : > access : > : > : > : file. The error was HTTP and 404. I realise that this error only : > occur : > : > : > : when the PC was not login to domain. : > : > : > : Is there a way to allow those mobile users to access file from IIS : > 6? : > : > : > : : > : > : > : Thanks : > : > : > : Alan : > : > : : > : > : Hi Ken, : > : > : Thanks for your replied. For those computers are not on the domain : > : > : when connected to web page, it will prompt user and password box. : > : > : After key in a correct information, it will go to web page. When you : > : > : access any file at hyperlink, it will show you http and 404. I believe : > : > : it should got to do with security. Why there is no user and password : > : > : box pop-up when click on hyperlink? In the log file, it shows 401.1 : > : > : and 401.2. : > : > : > : > Hi, : > : > : > : > Clients should not be seeing 404 - they should be seeing 401 (or maybe : > 403) : > : > : > : > 401.1 - access denied due to ACL (NTFS permissions) on the resource in : > : > question : > : > 401.2 - access denied due to server configuration : > : > : > : > So, my questions are: : > : > a) can you please post the log files entries in question? I asked this : > : > before : > : > b) what authentication mechanism are you using? Basic? Integrated : > Windows : > : > Authentication? If you are using IWA, is there a proxy server between : > where : > : > the users are and where the server is? : > : > : > : > Cheers : > : > Ken : > : : > : : > : Hi Ken, : > : : > : I am using Integrated Windows Authentication. The following is the log : > : file. : > : : > : #Software: Microsoft Internet Information Services 6.0 : > : #Version: 1.0 : > : #Date: 2005-04-05 01:08:04 : > : #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port : > : cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 2 2148074254 : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 0 : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 2148074252 : > : 2005-04-05 01:08:07 192.168.2.1 GET / - 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 /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 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : : > : In fact, I am working in a computer vendor company. Everyday I need to : > : install certain programs on the new computer for my corporate client. : > : I found that using web page is more efficient because of the : > : hyperlink. I had mentioned earily that my office PCs have no problem : > : accessing IIS because all are connected to domain. : > : Only those new PCs belong to customer and not connected to domain have : > : above problem. : > : : > : Thanks : > : Alan : : : Hi Ken, : > : : > : I am using Integrated Windows Authentication
Show quote
Hide quote
"Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<e1WvcddOFHA.1176@TK2MSFTNGP12.phx.gbl>... Hi Ken,> I meant: Is there a proxy server between the clients and the server? NTLM > authentication doesn't work through most proxy servers. You can test this by > disabling IWA, and enabling Basic. if everything starts working, then there > is probably a proxy server between the server and clients. > > Cheers > Ken > > -- > Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > > > "Alan lim" <finding.a***@gmail.com> wrote in message > news:a429228e.0504050234.7059307d@posting.google.com... > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message > news:<eqaphGZOFHA.1732@TK2MSFTNGP14.phx.gbl>... > : > Thanks for posting the log. > : > > : > Can you answer the second question please? > : > > : > Cheers > : > Ken > : > > : > -- > : > Blog: www.adopenstatic.com/cs/blogs/ken/ > : > Web: www.adopenstatic.com > : > > : > > : > "Alan lim" <finding.a***@gmail.com> wrote in message > : > news:a429228e.0504041833.2a89abd0@posting.google.com... > : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message > : > news:<uK#x8aROFHA.3380@TK2MSFTNGP15.phx.gbl>... > : > : > -- > : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ > : > : > Web: www.adopenstatic.com > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message > : > : > news:a429228e.0504040019.7c6c85e@posting.google.com... > : > : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message > : > : > news:<uy0vKIMOFHA.1476@TK2MSFTNGP09.phx.gbl>... > : > : > : > Computers that are not on the domain should still be able to > access > : > the > : > : > : > content. The user will need to provide credentials that are > : > acceptable > : > : > to > : > : > : > the webserver. > : > : > : > > : > : > : > Please post the exact log file entries from the IIS logfile for > the > : > : > requests > : > : > : > in question. > : > : > : > > : > : > : > Thanks > : > : > : > > : > : > : > Cheers > : > : > : > Ken > : > : > : > > : > : > : > -- > : > : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ > : > : > : > Web: www.adopenstatic.com > : > : > : > > : > : > : > > : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message > : > : > : > news:a429228e.0504031736.2e64c87d@posting.google.com... > : > : > : > : Hi All, > : > : > : > : > : > : > : > : I have a server 2003 and running well with integrated IIS 6. I > : > have a > : > : > : > : problem when anonymous user can go to IIS web page but cannot > : > access > : > : > : > : file. The error was HTTP and 404. I realise that this error > only > : > occur > : > : > : > : when the PC was not login to domain. > : > : > : > : Is there a way to allow those mobile users to access file from > IIS > : > 6? > : > : > : > : > : > : > : > : Thanks > : > : > : > : Alan > : > : > : > : > : > : Hi Ken, > : > : > : Thanks for your replied. For those computers are not on the domain > : > : > : when connected to web page, it will prompt user and password box. > : > : > : After key in a correct information, it will go to web page. When > you > : > : > : access any file at hyperlink, it will show you http and 404. I > believe > : > : > : it should got to do with security. Why there is no user and > password > : > : > : box pop-up when click on hyperlink? In the log file, it shows > 401.1 > : > : > : and 401.2. > : > : > > : > : > Hi, > : > : > > : > : > Clients should not be seeing 404 - they should be seeing 401 (or > maybe > : > 403) > : > : > > : > : > 401.1 - access denied due to ACL (NTFS permissions) on the resource > in > : > : > question > : > : > 401.2 - access denied due to server configuration > : > : > > : > : > So, my questions are: > : > : > a) can you please post the log files entries in question? I asked > this > : > : > before > : > : > b) what authentication mechanism are you using? Basic? Integrated > : > Windows > : > : > Authentication? If you are using IWA, is there a proxy server > between > : > where > : > : > the users are and where the server is? > : > : > > : > : > Cheers > : > : > Ken > : > : > : > : > : > : Hi Ken, > : > : > : > : I am using Integrated Windows Authentication. The following is the log > : > : file. > : > : > : > : #Software: Microsoft Internet Information Services 6.0 > : > : #Version: 1.0 > : > : #Date: 2005-04-05 01:08:04 > : > : #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port > : > : cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status > : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 > : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 2 2148074254 > : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 > : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 0 > : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 > : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 2148074252 > : > : 2005-04-05 01:08:07 192.168.2.1 GET / - 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 /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 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 > : > : > : > : In fact, I am working in a computer vendor company. Everyday I need to > : > : install certain programs on the new computer for my corporate client. > : > : I found that using web page is more efficient because of the > : > : hyperlink. I had mentioned earily that my office PCs have no problem > : > : accessing IIS because all are connected to domain. > : > : Only those new PCs belong to customer and not connected to domain have > : > : above problem. > : > : > : > : Thanks > : > : Alan > : > : : Hi Ken, > : > : > : > : I am using Integrated Windows Authentication I do not have any proxy server because only one 2003 server in my office. I have follow your instruction to remove IWA and enable Basic Authentication. But still hit the problem. When I click any of the hyperlink, it will prompt "The Page cannot be displayed". I ready don't know what is going on. I appreciate what you have done. Thanks Regards, Alan 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 Show quoteHide quote "Alan lim" <finding.a***@gmail.com> wrote in message sc-win32-statusnews:a429228e.0504051706.2c94dd22@posting.google.com... : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<e1WvcddOFHA.1176@TK2MSFTNGP12.phx.gbl>... : > I meant: Is there a proxy server between the clients and the server? NTLM : > authentication doesn't work through most proxy servers. You can test this by : > disabling IWA, and enabling Basic. if everything starts working, then there : > is probably a proxy server between the server and clients. : > : > Cheers : > Ken : > : > -- : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > Web: www.adopenstatic.com : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > news:a429228e.0504050234.7059307d@posting.google.com... : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message : > news:<eqaphGZOFHA.1732@TK2MSFTNGP14.phx.gbl>... : > : > Thanks for posting the log. : > : > : > : > Can you answer the second question please? : > : > : > : > Cheers : > : > Ken : > : > : > : > -- : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > : > Web: www.adopenstatic.com : > : > : > : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > : > news:a429228e.0504041833.2a89abd0@posting.google.com... : > : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message : > : > news:<uK#x8aROFHA.3380@TK2MSFTNGP15.phx.gbl>... : > : > : > -- : > : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > : > : > Web: www.adopenstatic.com : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > : > : > news:a429228e.0504040019.7c6c85e@posting.google.com... : > : > : > : "Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message : > : > : > news:<uy0vKIMOFHA.1476@TK2MSFTNGP09.phx.gbl>... : > : > : > : > Computers that are not on the domain should still be able to : > access : > : > the : > : > : > : > content. The user will need to provide credentials that are : > : > acceptable : > : > : > to : > : > : > : > the webserver. : > : > : > : > : > : > : > : > Please post the exact log file entries from the IIS logfile for : > the : > : > : > requests : > : > : > : > in question. : > : > : > : > : > : > : > : > Thanks : > : > : > : > : > : > : > : > Cheers : > : > : > : > Ken : > : > : > : > : > : > : > : > -- : > : > : > : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > : > : > : > Web: www.adopenstatic.com : > : > : > : > : > : > : > : > : > : > : > : > "Alan lim" <finding.a***@gmail.com> wrote in message : > : > : > : > news:a429228e.0504031736.2e64c87d@posting.google.com... : > : > : > : > : Hi All, : > : > : > : > : : > : > : > : > : I have a server 2003 and running well with integrated IIS 6. I : > : > have a : > : > : > : > : problem when anonymous user can go to IIS web page but cannot : > : > access : > : > : > : > : file. The error was HTTP and 404. I realise that this error : > only : > : > occur : > : > : > : > : when the PC was not login to domain. : > : > : > : > : Is there a way to allow those mobile users to access file from : > IIS : > : > 6? : > : > : > : > : : > : > : > : > : Thanks : > : > : > : > : Alan : > : > : > : : > : > : > : Hi Ken, : > : > : > : Thanks for your replied. For those computers are not on the domain : > : > : > : when connected to web page, it will prompt user and password box. : > : > : > : After key in a correct information, it will go to web page. When : > you : > : > : > : access any file at hyperlink, it will show you http and 404. I : > believe : > : > : > : it should got to do with security. Why there is no user and : > password : > : > : > : box pop-up when click on hyperlink? In the log file, it shows : > 401.1 : > : > : > : and 401.2. : > : > : > : > : > : > Hi, : > : > : > : > : > : > Clients should not be seeing 404 - they should be seeing 401 (or : > maybe : > : > 403) : > : > : > : > : > : > 401.1 - access denied due to ACL (NTFS permissions) on the resource : > in : > : > : > question : > : > : > 401.2 - access denied due to server configuration : > : > : > : > : > : > So, my questions are: : > : > : > a) can you please post the log files entries in question? I asked : > this : > : > : > before : > : > : > b) what authentication mechanism are you using? Basic? Integrated : > : > Windows : > : > : > Authentication? If you are using IWA, is there a proxy server : > between : > : > where : > : > : > the users are and where the server is? : > : > : > : > : > : > Cheers : > : > : > Ken : > : > : : > : > : : > : > : Hi Ken, : > : > : : > : > : I am using Integrated Windows Authentication. The following is the log : > : > : file. : > : > : : > : > : #Software: Microsoft Internet Information Services 6.0 : > : > : #Version: 1.0 : > : > : #Date: 2005-04-05 01:08:04 : > : > : #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port : > : > : cs-username c-ip cs(User-Agent) sc-status sc-substatus Show quoteHide quote : > : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : > : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 2 2148074254 : > : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : > : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 0 : > : > : 2005-04-05 01:08:04 192.168.2.1 GET / - 80 - 192.168.2.28 : > : > : Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1) 401 1 2148074252 : > : > : 2005-04-05 01:08:07 192.168.2.1 GET / - 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 /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 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : > : 2005-04-05 01:08:14 192.168.2.1 OPTIONS / - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 2 2148074254 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 : > : > : 2005-04-05 01:08:14 192.168.2.1 PROPFIND /html - 80 - 192.168.2.28 : > : > : Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 : > : > : : > : > : In fact, I am working in a computer vendor company. Everyday I need to : > : > : install certain programs on the new computer for my corporate client. : > : > : I found that using web page is more efficient because of the : > : > : hyperlink. I had mentioned earily that my office PCs have no problem : > : > : accessing IIS because all are connected to domain. : > : > : Only those new PCs belong to customer and not connected to domain have : > : > : above problem. : > : > : : > : > : Thanks : > : > : Alan : > : : > : : Hi Ken, : > : > : : > : > : I am using Integrated Windows Authentication : : Hi Ken, : : I do not have any proxy server because only one 2003 server in my : office. : I have follow your instruction to remove IWA and enable Basic : Authentication. But still hit the problem. When I click any of the : hyperlink, it will prompt "The Page cannot be displayed". I ready : don't know what is going on. I appreciate what you have done. Thanks : : Regards, : Alan Ken Schaefer wrote:
Show quoteHide quote > OK, I'm looking at the log file. I see the following requests I think the code 200 means, the first time was succefully login to the > > **** 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, 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
Show quote
Hide quote
"Alan Lim" <alan_alphas***@yahoo.com.sg> wrote in message And where are the logfile entries for these requests?news:d30tuv$q85$1@nobel.pacific.net.sg... : 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 UNC path requests do not go through IIS - they are SMB requests that are : 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. sent over port 445, or NetBIOS ports. There is no IIS server involved. Cheers Ken Show quoteHide quote : : Regards, : Alan
Show quote
Hide quote
"Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message news:<uti4PEyOFHA.2132@TK2MSFTNGP14.phx.gbl>... Hi Ken,> -- > Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > "Alan Lim" <alan_alphas***@yahoo.com.sg> wrote in message > news:d30tuv$q85$1@nobel.pacific.net.sg... > : 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". > > And where are the logfile entries for these requests? > > > > : 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. > > UNC path requests do not go through IIS - they are SMB requests that are > sent over port 445, or NetBIOS ports. There is no IIS server involved. > > Cheers > Ken > > > : > : Regards, > : Alan The following are the logfile entries. #Software: Microsoft Internet Information Services 6.0 #Version: 1.0 #Date: 2005-04-08 03:05:21 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status 2005-04-08 03:05:21 192.168.2.1 OPTIONS / - 80 - 192.168.2.65 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:05:21 192.168.2.1 OPTIONS / - 80 ALPHASOFT\alan 192.168.2.65 Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0 2005-04-08 03:05:21 192.168.2.1 PROPFIND /download - 80 - 192.168.2.65 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:05:21 192.168.2.1 PROPFIND /download - 80 ALPHASOFT\alan 192.168.2.65 Microsoft-WebDAV-MiniRedir/5.1.2600 501 0 0 #Software: Microsoft Internet Information Services 6.0 #Version: 1.0 #Date: 2005-04-08 03:32:44 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:44 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:44 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:44 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:51 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 OPTIONS / - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 0 2005-04-08 03:32:51 192.168.2.1 PROPFIND /microsoft - 80 - 192.168.2.31 Microsoft-WebDAV-MiniRedir/5.1.2600 401 1 2148074252 Regards, Alan
IIS 5.0 Directory Settings help
IIS 6.0 and Integrated Security - restricting logins Anonymous access Vulnerabilities AD user name changed, IIS still sees old user name Install a certificate on IIS 4 IIS6 to block someone from sharing files W2003 SP1 - IIS CRL Check Executables won't run in IIS 5.1 on XP pro IIS and .NET State IE browser "NO COOKIES" is ignored for 1 site; works for another; same scripts (Cross-posted to inet |
|||||||||||||||||||||||