My webserver is a windows 2000 server with standard configuration My database server is sql 2000 enterprise edition. the snitz database is created with default settings. I use this setting voor connection to the database in login.asp:
strDBType = "sqlserver"
strConnString = "Provider=SQLOLEDB;Data Source=NT-SQLSERVER2;database=RAETFORUM;uid=RAETFORUM;pwd=******;" '## MS SQL Server 6.x/7.x/2000 (OLEDB connection)
I have configured these settings:
main forum configuration: authorization type = NT
feature NT configuration: use NT groups = on
email server configuration: require unique email = off email validation = off restrict registration = off
In IIS I have configured the security settings voor de web-site to allow only integrated windows authentication
In the actual folder I have set the NTFS security settings to allow read and list rights voor a active directory group.
When I go the the settings in snitz forums and in feature nt configuration set autologon to ON the web-site becomes unreachable.
We really would like to enable autologon so that a new user is automatically added to snitz and can start reading / writing messages.