Encryption not supported on SQL Server

Encryption not supported on SQL Server

am 08.09.2004 02:15:01 von Nithi Gurusamy

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.SqlClient.SqlException: Encryption not
supported on SQL Server.

[SqlException: Encryption not supported on SQL Server.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
isInTransaction) +484

System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
connectionString, CommandType commandType, String commandText, SqlParameter
[] commandParameters) +54

Re: Encryption not supported on SQL Server

am 08.09.2004 05:49:59 von Jason Brown

try here:

http://support.microsoft.com/default.aspx?kbid=318605


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.


"Nithi Gurusamy" wrote in message
news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> 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.SqlClient.SqlException: Encryption not
> supported on SQL Server.
>
> [SqlException: Encryption not supported on SQL Server.]
> System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> isInTransaction) +484
>
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> tionString options, Boolean& isInTransaction) +372
> System.Data.SqlClient.SqlConnection.Open() +384
> Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> connectionString, CommandType commandType, String commandText,
SqlParameter
> [] commandParameters) +54
>
>

Re: Encryption not supported on SQL Server

am 08.09.2004 05:49:59 von Jason Brown

try here:

http://support.microsoft.com/default.aspx?kbid=318605


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.


"Nithi Gurusamy" wrote in message
news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> 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.SqlClient.SqlException: Encryption not
> supported on SQL Server.
>
> [SqlException: Encryption not supported on SQL Server.]
> System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> isInTransaction) +484
>
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> tionString options, Boolean& isInTransaction) +372
> System.Data.SqlClient.SqlConnection.Open() +384
> Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> connectionString, CommandType commandType, String commandText,
SqlParameter
> [] commandParameters) +54
>
>

Re: Encryption not supported on SQL Server

am 08.09.2004 05:49:59 von Jason Brown

try here:

http://support.microsoft.com/default.aspx?kbid=318605


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.


"Nithi Gurusamy" wrote in message
news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> 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.SqlClient.SqlException: Encryption not
> supported on SQL Server.
>
> [SqlException: Encryption not supported on SQL Server.]
> System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> isInTransaction) +484
>
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> tionString options, Boolean& isInTransaction) +372
> System.Data.SqlClient.SqlConnection.Open() +384
> Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> connectionString, CommandType commandType, String commandText,
SqlParameter
> [] commandParameters) +54
>
>

Re: Encryption not supported on SQL Server

am 08.09.2004 08:26:19 von Nithi Gurusamy

Hi Jason:

Thanks for the reply. I rolled back all the changes I made using SQL Server
Client Network Utility. I used this program for configuring a remote SQL
server as per the steps of WebMatrixHosting.com who provides .NET
environment for my test application. I rolled back all changes and still it
came back with the same problem. Actually my web application is not at all
using the remote database. It is using the SQL2000 database in the local
machine itself.

Any suggestions?

Thanks
Nithi Gurusamy

"Jason Brown" wrote in message
news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> try here:
>
> http://support.microsoft.com/default.aspx?kbid=318605
>
>
> --
> Jason Brown
> Microsoft GTSC, IIS
>
> This posting is provided AS IS with no warranties, and confers no rights.
>
>
> "Nithi Gurusamy" wrote in message
> news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > 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.SqlClient.SqlException: Encryption not
> > supported on SQL Server.
> >
> > [SqlException: Encryption not supported on SQL Server.]
> > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > isInTransaction) +484
> >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > tionString options, Boolean& isInTransaction) +372
> > System.Data.SqlClient.SqlConnection.Open() +384
> > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > connectionString, CommandType commandType, String commandText,
> SqlParameter
> > [] commandParameters) +54
> >
> >
>
>

Re: Encryption not supported on SQL Server

am 08.09.2004 08:26:19 von Nithi Gurusamy

Hi Jason:

Thanks for the reply. I rolled back all the changes I made using SQL Server
Client Network Utility. I used this program for configuring a remote SQL
server as per the steps of WebMatrixHosting.com who provides .NET
environment for my test application. I rolled back all changes and still it
came back with the same problem. Actually my web application is not at all
using the remote database. It is using the SQL2000 database in the local
machine itself.

Any suggestions?

Thanks
Nithi Gurusamy

"Jason Brown" wrote in message
news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> try here:
>
> http://support.microsoft.com/default.aspx?kbid=318605
>
>
> --
> Jason Brown
> Microsoft GTSC, IIS
>
> This posting is provided AS IS with no warranties, and confers no rights.
>
>
> "Nithi Gurusamy" wrote in message
> news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > 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.SqlClient.SqlException: Encryption not
> > supported on SQL Server.
> >
> > [SqlException: Encryption not supported on SQL Server.]
> > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > isInTransaction) +484
> >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > tionString options, Boolean& isInTransaction) +372
> > System.Data.SqlClient.SqlConnection.Open() +384
> > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > connectionString, CommandType commandType, String commandText,
> SqlParameter
> > [] commandParameters) +54
> >
> >
>
>

Re: Encryption not supported on SQL Server

am 08.09.2004 08:26:19 von Nithi Gurusamy

Hi Jason:

Thanks for the reply. I rolled back all the changes I made using SQL Server
Client Network Utility. I used this program for configuring a remote SQL
server as per the steps of WebMatrixHosting.com who provides .NET
environment for my test application. I rolled back all changes and still it
came back with the same problem. Actually my web application is not at all
using the remote database. It is using the SQL2000 database in the local
machine itself.

Any suggestions?

Thanks
Nithi Gurusamy

"Jason Brown" wrote in message
news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> try here:
>
> http://support.microsoft.com/default.aspx?kbid=318605
>
>
> --
> Jason Brown
> Microsoft GTSC, IIS
>
> This posting is provided AS IS with no warranties, and confers no rights.
>
>
> "Nithi Gurusamy" wrote in message
> news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > 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.SqlClient.SqlException: Encryption not
> > supported on SQL Server.
> >
> > [SqlException: Encryption not supported on SQL Server.]
> > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > isInTransaction) +484
> >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > tionString options, Boolean& isInTransaction) +372
> > System.Data.SqlClient.SqlConnection.Open() +384
> > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > connectionString, CommandType commandType, String commandText,
> SqlParameter
> > [] commandParameters) +54
> >
> >
>
>

Re: Encryption not supported on SQL Server

am 09.09.2004 02:45:47 von Jason Brown

SO you're saying you followed the steps outlined in the article and still
the same issue?


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.

"Nithi Gurusamy" wrote in message
news:ubBku1WlEHA.2504@TK2MSFTNGP14.phx.gbl...
> Hi Jason:
>
> Thanks for the reply. I rolled back all the changes I made using SQL
Server
> Client Network Utility. I used this program for configuring a remote SQL
> server as per the steps of WebMatrixHosting.com who provides .NET
> environment for my test application. I rolled back all changes and still
it
> came back with the same problem. Actually my web application is not at all
> using the remote database. It is using the SQL2000 database in the local
> machine itself.
>
> Any suggestions?
>
> Thanks
> Nithi Gurusamy
>
> "Jason Brown" wrote in message
> news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> > try here:
> >
> > http://support.microsoft.com/default.aspx?kbid=318605
> >
> >
> > --
> > Jason Brown
> > Microsoft GTSC, IIS
> >
> > This posting is provided AS IS with no warranties, and confers no
rights.
> >
> >
> > "Nithi Gurusamy" wrote in message
> > news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > > 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.SqlClient.SqlException: Encryption not
> > > supported on SQL Server.
> > >
> > > [SqlException: Encryption not supported on SQL Server.]
> > > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > > isInTransaction) +484
> > >
> > >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > > tionString options, Boolean& isInTransaction) +372
> > > System.Data.SqlClient.SqlConnection.Open() +384
> > > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > > connectionString, CommandType commandType, String commandText,
> > SqlParameter
> > > [] commandParameters) +54
> > >
> > >
> >
> >
>
>

Re: Encryption not supported on SQL Server

am 09.09.2004 02:45:47 von Jason Brown

SO you're saying you followed the steps outlined in the article and still
the same issue?


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.

"Nithi Gurusamy" wrote in message
news:ubBku1WlEHA.2504@TK2MSFTNGP14.phx.gbl...
> Hi Jason:
>
> Thanks for the reply. I rolled back all the changes I made using SQL
Server
> Client Network Utility. I used this program for configuring a remote SQL
> server as per the steps of WebMatrixHosting.com who provides .NET
> environment for my test application. I rolled back all changes and still
it
> came back with the same problem. Actually my web application is not at all
> using the remote database. It is using the SQL2000 database in the local
> machine itself.
>
> Any suggestions?
>
> Thanks
> Nithi Gurusamy
>
> "Jason Brown" wrote in message
> news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> > try here:
> >
> > http://support.microsoft.com/default.aspx?kbid=318605
> >
> >
> > --
> > Jason Brown
> > Microsoft GTSC, IIS
> >
> > This posting is provided AS IS with no warranties, and confers no
rights.
> >
> >
> > "Nithi Gurusamy" wrote in message
> > news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > > 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.SqlClient.SqlException: Encryption not
> > > supported on SQL Server.
> > >
> > > [SqlException: Encryption not supported on SQL Server.]
> > > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > > isInTransaction) +484
> > >
> > >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > > tionString options, Boolean& isInTransaction) +372
> > > System.Data.SqlClient.SqlConnection.Open() +384
> > > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > > connectionString, CommandType commandType, String commandText,
> > SqlParameter
> > > [] commandParameters) +54
> > >
> > >
> >
> >
>
>

Re: Encryption not supported on SQL Server

am 09.09.2004 02:45:47 von Jason Brown

SO you're saying you followed the steps outlined in the article and still
the same issue?


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided AS IS with no warranties, and confers no rights.

"Nithi Gurusamy" wrote in message
news:ubBku1WlEHA.2504@TK2MSFTNGP14.phx.gbl...
> Hi Jason:
>
> Thanks for the reply. I rolled back all the changes I made using SQL
Server
> Client Network Utility. I used this program for configuring a remote SQL
> server as per the steps of WebMatrixHosting.com who provides .NET
> environment for my test application. I rolled back all changes and still
it
> came back with the same problem. Actually my web application is not at all
> using the remote database. It is using the SQL2000 database in the local
> machine itself.
>
> Any suggestions?
>
> Thanks
> Nithi Gurusamy
>
> "Jason Brown" wrote in message
> news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> > try here:
> >
> > http://support.microsoft.com/default.aspx?kbid=318605
> >
> >
> > --
> > Jason Brown
> > Microsoft GTSC, IIS
> >
> > This posting is provided AS IS with no warranties, and confers no
rights.
> >
> >
> > "Nithi Gurusamy" wrote in message
> > news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > > 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.SqlClient.SqlException: Encryption not
> > > supported on SQL Server.
> > >
> > > [SqlException: Encryption not supported on SQL Server.]
> > > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > > isInTransaction) +484
> > >
> > >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > > tionString options, Boolean& isInTransaction) +372
> > > System.Data.SqlClient.SqlConnection.Open() +384
> > > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > > connectionString, CommandType commandType, String commandText,
> > SqlParameter
> > > [] commandParameters) +54
> > >
> > >
> >
> >
>
>

Re: Encryption not supported on SQL Server

am 09.09.2004 12:03:09 von Nick Malik

Hi Nithi,

The article explains that if your client is set up to use the Force Protocol
Encryption option with any SQL Server, it must use it with All SQL Servers.
If WebMatrixHosting provides a SQL Server where this option is on, your
client will have to use it.

I guess I don't understand how your situation is different from that
described in the KB article. Please tell me what the environment looks
like.

--- Nick

"Nithi Gurusamy" wrote in message
news:ubBku1WlEHA.2504@TK2MSFTNGP14.phx.gbl...
> Hi Jason:
>
> Thanks for the reply. I rolled back all the changes I made using SQL
Server
> Client Network Utility. I used this program for configuring a remote SQL
> server as per the steps of WebMatrixHosting.com who provides .NET
> environment for my test application. I rolled back all changes and still
it
> came back with the same problem. Actually my web application is not at all
> using the remote database. It is using the SQL2000 database in the local
> machine itself.
>
> Any suggestions?
>
> Thanks
> Nithi Gurusamy
>
> "Jason Brown" wrote in message
> news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> > try here:
> >
> > http://support.microsoft.com/default.aspx?kbid=318605
> >
> >
> > --
> > Jason Brown
> > Microsoft GTSC, IIS
> >
> > This posting is provided AS IS with no warranties, and confers no
rights.
> >
> >
> > "Nithi Gurusamy" wrote in message
> > news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > > 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.SqlClient.SqlException: Encryption not
> > > supported on SQL Server.
> > >
> > > [SqlException: Encryption not supported on SQL Server.]
> > > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > > isInTransaction) +484
> > >
> > >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > > tionString options, Boolean& isInTransaction) +372
> > > System.Data.SqlClient.SqlConnection.Open() +384
> > > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > > connectionString, CommandType commandType, String commandText,
> > SqlParameter
> > > [] commandParameters) +54
> > >
> > >
> >
> >
>
>

Re: Encryption not supported on SQL Server

am 09.09.2004 12:03:09 von Nick Malik

Hi Nithi,

The article explains that if your client is set up to use the Force Protocol
Encryption option with any SQL Server, it must use it with All SQL Servers.
If WebMatrixHosting provides a SQL Server where this option is on, your
client will have to use it.

I guess I don't understand how your situation is different from that
described in the KB article. Please tell me what the environment looks
like.

--- Nick

"Nithi Gurusamy" wrote in message
news:ubBku1WlEHA.2504@TK2MSFTNGP14.phx.gbl...
> Hi Jason:
>
> Thanks for the reply. I rolled back all the changes I made using SQL
Server
> Client Network Utility. I used this program for configuring a remote SQL
> server as per the steps of WebMatrixHosting.com who provides .NET
> environment for my test application. I rolled back all changes and still
it
> came back with the same problem. Actually my web application is not at all
> using the remote database. It is using the SQL2000 database in the local
> machine itself.
>
> Any suggestions?
>
> Thanks
> Nithi Gurusamy
>
> "Jason Brown" wrote in message
> news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> > try here:
> >
> > http://support.microsoft.com/default.aspx?kbid=318605
> >
> >
> > --
> > Jason Brown
> > Microsoft GTSC, IIS
> >
> > This posting is provided AS IS with no warranties, and confers no
rights.
> >
> >
> > "Nithi Gurusamy" wrote in message
> > news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > > 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.SqlClient.SqlException: Encryption not
> > > supported on SQL Server.
> > >
> > > [SqlException: Encryption not supported on SQL Server.]
> > > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > > isInTransaction) +484
> > >
> > >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > > tionString options, Boolean& isInTransaction) +372
> > > System.Data.SqlClient.SqlConnection.Open() +384
> > > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > > connectionString, CommandType commandType, String commandText,
> > SqlParameter
> > > [] commandParameters) +54
> > >
> > >
> >
> >
>
>

Re: Encryption not supported on SQL Server

am 09.09.2004 12:03:09 von Nick Malik

Hi Nithi,

The article explains that if your client is set up to use the Force Protocol
Encryption option with any SQL Server, it must use it with All SQL Servers.
If WebMatrixHosting provides a SQL Server where this option is on, your
client will have to use it.

I guess I don't understand how your situation is different from that
described in the KB article. Please tell me what the environment looks
like.

--- Nick

"Nithi Gurusamy" wrote in message
news:ubBku1WlEHA.2504@TK2MSFTNGP14.phx.gbl...
> Hi Jason:
>
> Thanks for the reply. I rolled back all the changes I made using SQL
Server
> Client Network Utility. I used this program for configuring a remote SQL
> server as per the steps of WebMatrixHosting.com who provides .NET
> environment for my test application. I rolled back all changes and still
it
> came back with the same problem. Actually my web application is not at all
> using the remote database. It is using the SQL2000 database in the local
> machine itself.
>
> Any suggestions?
>
> Thanks
> Nithi Gurusamy
>
> "Jason Brown" wrote in message
> news:uhT$4bVlEHA.952@TK2MSFTNGP14.phx.gbl...
> > try here:
> >
> > http://support.microsoft.com/default.aspx?kbid=318605
> >
> >
> > --
> > Jason Brown
> > Microsoft GTSC, IIS
> >
> > This posting is provided AS IS with no warranties, and confers no
rights.
> >
> >
> > "Nithi Gurusamy" wrote in message
> > news:#gGggkTlEHA.396@tk2msftngp13.phx.gbl...
> > > 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.SqlClient.SqlException: Encryption not
> > > supported on SQL Server.
> > >
> > > [SqlException: Encryption not supported on SQL Server.]
> > > System.Data.SqlClient.ConnectionPool.GetConnection(Boolean&
> > > isInTransaction) +484
> > >
> > >
> >
>
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConn ection(SqlConnec
> > > tionString options, Boolean& isInTransaction) +372
> > > System.Data.SqlClient.SqlConnection.Open() +384
> > > Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(Str ing
> > > connectionString, CommandType commandType, String commandText,
> > SqlParameter
> > > [] commandParameters) +54
> > >
> > >
> >
> >
>
>