Re: Encryption not supported on SQL Server
From: Nithi Gurusamy (nithig_at_yahoo.com)
Date: 09/08/04
- Next message: Walter: "question about DELETE statement"
- Previous message: Jason Brown: "Re: Encryption not supported on SQL Server"
- In reply to: Jason Brown: "Re: Encryption not supported on SQL Server"
- Next in thread: Jason Brown: "Re: Encryption not supported on SQL Server"
- Reply: Jason Brown: "Re: Encryption not supported on SQL Server"
- Reply: Nick Malik: "Re: Encryption not supported on SQL Server"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 8 Sep 2004 01:26:19 -0500
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" <i-brjaso@online.microsoft.com> 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" <nithig@yahoo.com> 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.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
> >
> >
>
>
- Next message: Walter: "question about DELETE statement"
- Previous message: Jason Brown: "Re: Encryption not supported on SQL Server"
- In reply to: Jason Brown: "Re: Encryption not supported on SQL Server"
- Next in thread: Jason Brown: "Re: Encryption not supported on SQL Server"
- Reply: Jason Brown: "Re: Encryption not supported on SQL Server"
- Reply: Nick Malik: "Re: Encryption not supported on SQL Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|