I am facing this error after making changes to client configuration utility
of SQL Server 2000:
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Data.Sql Client.SqlExcep tion: Encryption not
supported on SQL Server.
[SqlException: Encryption not supported on SQL Server.]
System.Data.Sql Client.Connecti onPool.GetConne ction(Boolean&
isInTransaction ) +484
System.Data.Sql Client.SqlConne ctionPoolManage r.GetPooledConn ection(SqlConne c
tionString options, Boolean& isInTransaction ) +372
System.Data.Sql Client.SqlConne ction.Open() +384
Microsoft.Appli cationBlocks.Da ta.SqlHelper.Ex ecuteReader(Str ing
connectionStrin g, CommandType commandType, String commandText, SqlParameter
[] commandParamete rs) +54
of SQL Server 2000:
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Data.Sql Client.SqlExcep tion: Encryption not
supported on SQL Server.
[SqlException: Encryption not supported on SQL Server.]
System.Data.Sql Client.Connecti onPool.GetConne ction(Boolean&
isInTransaction ) +484
System.Data.Sql Client.SqlConne ctionPoolManage r.GetPooledConn ection(SqlConne c
tionString options, Boolean& isInTransaction ) +372
System.Data.Sql Client.SqlConne ction.Open() +384
Microsoft.Appli cationBlocks.Da ta.SqlHelper.Ex ecuteReader(Str ing
connectionStrin g, CommandType commandType, String commandText, SqlParameter
[] commandParamete rs) +54
Comment