Encryption not supported on SQL Server

N

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.GetPooledConnection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String
connectionString, CommandType commandType, String commandText, SqlParameter
[] commandParameters) +54
 
N

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 said:
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 said:
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.GetPooledConnection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String
connectionString, CommandType commandType, String commandText, SqlParameter
[] commandParameters) +54
 
J

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 said:
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 said:
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 said:
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.GetPooledConnection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String
connectionString, CommandType commandType, String commandText, SqlParameter
[] commandParameters) +54
 
N

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 said:
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 said:
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 said:
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.GetPooledConnection(SqlConnec
tionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String
connectionString, CommandType commandType, String commandText, SqlParameter
[] commandParameters) +54
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top