Re: problem with windows authentication in iis 7.5.
Check the log file. and event viewer. Coming from the web and accessing directly are going through different layer of services from the OS, though the final one will be NTFS.
View ArticleRe: IIS 7.5 Windows Auth for network users stopped working
Arggh. my bad. got confused. Now, switching it back to the dynamic acc - will create the issue again?I wonder what's the status code when the error happen..... any idea? This still looks like access...
View ArticleRe: Struggling to get IIS to work
Ha. and you got no other binding on the website? just http 80?Mine was issue with other binding, thought http is up and running.if still there, then I would say this is an UI display bug.
View ArticleRe: IIS 7.5 Authentication for All Authenticated Users
can you post the log sequence? what was the username trying to get in?also enable security audit to see if event log give you more clues.
View ArticleRe: IIS 7.5 Authentication for All Authenticated Users
I didn't any user name :) Are you sure you only enable basic auth? coz this looks like a NTLM challenge and response, 401.2->401.1-> and finally it should be 200 with an username.Also does this...
View ArticleRe: problem with windows authentication in iis 7.5.
Sorry, are those users having issue NOT part of the domain? Got confused, and what was the user captured in log file ? i mean after a domain admin user login, then the normal user can login without issue?
View ArticleRe: server 2008 64 and IIS 7.5 ODBC Logging wrong values
Yupe, it seems the ODBC layer is where the problem is. Not sure how to fix this though :)
View ArticleRe: IIS 7.5 Windows Auth for network users stopped working
If the setup is in shared environment, then I would go for AppPoolID itself.Else, I would just go for networkservice, and I have full control of the box.
View ArticleRe: Port usage
Not sure if there is good guide on this, typically in my setup, if custom port is required, it will be above 10000, and prior to production release. this port usage will need to config by the sysadmin...
View ArticleRe: IIS w3c log whitespace problem
I haven't test this, but you can try replace_chr function and see if you get rid of the white space.
View ArticleRe: IIS7 custom 404 giving different results
Did you customize substatus code also? I mean if you look at the log entry for 2nd request it is 404.2 or .3 ?
View ArticleRe: IIS 7.5 Authentication for All Authenticated Users
Mmm. well in that case it is 401.1 login failed from the status code. can't seems to find any clue on the win32 status code.and I'm quite sure that if you enable security auditing, you should be able...
View ArticleRe: server 2008 64 and IIS 7.5 ODBC Logging wrong values
Yes, MS PSS is the next step. Sorry forgot to tell you.Do let us know the outcome ? and whether is a real bug or driver mismatch issue or anything? and do they charge you :)
View ArticleRe: IIS w3c log whitespace problem
Nope. in the LP parsing script, just like extract_token etc... replace it why parsing. I have never use this function before, but I think it is in LP 2.1.
View ArticleRe: IIS7 custom 404 giving different results
1) Make sure your current logging have enabled the log field for status code, sub status code, etc.2) Access these pages again3) Post the log entries for the 3 different requests.
View ArticleRe: Scripts to capture logon/logoff works fine-does not work if run as a...
the entire command is enclose with " " ? and all in a single command ?most likely syntax error - look at the error msgs again and see if you find it.
View ArticleRe: server 2008 64 and IIS 7.5 ODBC Logging wrong values
Sorry was out of town and busy.And what DA ?????????? No solution ? if it is a bug they should fix it.
View ArticleRe: Change log file delimiter?
how does the file content looks like? textline or textword format doesn't support this, only tsv/csv support separator parameters. you want to filter or extract or ?
View Article