I ask that because I only get white pages when I use NT Groups. After activating Groups the forum will not load anymore. Someone knows if NT authentication will work under W2000?? If not I don't have to try anymore......
I installed a new W2K Server with Active Directory Service and configured IIS. Also started a new clean Snitz forum (3.303) with a SQL Server 2000 Database. After configuring Directory Authentication/disabling anonymous access in IIS (No probs yet) and enable NT Groups (Problem started here) in the forum I get the next error message. What am I missing here or do I wrong??
For sure I downloaded and installed Windows Script Release 5.6
Error message W2K/Snitz/NT Authentication:
Error Type: Microsoft VBScript runtime (0x800A01B6) Object doesn't support this property or method: 'strNTUserInfo.Groups' /inc_functions.asp, line 1264
Line 1264:
For Each strNTUserInfoGroup in strNTUserInfo.Groups
Has it something to do with user rights or something??
Edited by - aquamarijn on 21 December 2001 06:14:50
I found the problem... It is because of a proxy server. Everything works fine without one. That's because NTLM works without proxy server configured, but doesn't behind a proxy server. To let it work with basic authentication you need indeed to change the GetObject WinNT:// variable with it's nessary domain.