The indicator opening session of user instant is not supported in this version of SQL Server??
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I try to implement a WSE 3.0(webservice) in database in SQL server 2005 Standard. The scenario is : - 1) Winform that call a webservice(send a token to webservice). - 2) The Webservice call a Custom UsernameTokenManager (using the protected override string AuthenticateToken( UsernameToken token )) - 3)Sql Server version is Standard version on my Server, but this database is configured by aspnet_regsql.exe to allow Membership functionnalities. All works correctly to create user thru the webservice, but when i try to validate the user with (Membership.ValidateUser(login,password)i have this error: The indicator opening session of instant user is not supported in this version of SQL Server. Can you help me?? Thanks