I'm using PHP4, MSSQL, IIS. When mssql.secure_connection is off I can access DB without any poblem(using sql authentification). When I set mssql.secure_connection to on I can't access db using neither windows authentification nor sql authentification. It uses {server}_IUSR{server} user instead of client user. any idea?