473,799 Members | 3,005 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Encryption not supported on SQL Server

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
Nov 22 '05 #1
4 1602
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" <ni****@yahoo.c om> wrote in message
news:#g******** *****@tk2msftng p13.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.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

Nov 22 '05 #2
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 WebMatrixHostin g.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-******@online.m icrosoft.com> wrote in message
news:uh******** *****@TK2MSFTNG P14.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" <ni****@yahoo.c om> wrote in message
news:#g******** *****@tk2msftng p13.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.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


Nov 22 '05 #3
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" <ni****@yahoo.c om> wrote in message
news:ub******** ******@TK2MSFTN GP14.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 WebMatrixHostin g.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-******@online.m icrosoft.com> wrote in message
news:uh******** *****@TK2MSFTNG P14.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" <ni****@yahoo.c om> wrote in message
news:#g******** *****@tk2msftng p13.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.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



Nov 22 '05 #4
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 WebMatrixHostin g 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" <ni****@yahoo.c om> wrote in message
news:ub******** ******@TK2MSFTN GP14.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 WebMatrixHostin g.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-******@online.m icrosoft.com> wrote in message
news:uh******** *****@TK2MSFTNG P14.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" <ni****@yahoo.c om> wrote in message
news:#g******** *****@tk2msftng p13.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.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



Nov 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2425
by: D. Alvarado | last post by:
On my Fedora Core 2 Linux dev box, I have installed mcrypt and compiled PHP with the --with-mcrypt option. I am concerned that when I move to another hosting enviornment mcrypt will not be supported. In people's experiences, have hosting companies supporting PHP/MySQL generally provided support for mcrypt? Does anyone recommend another module for encryption/decryption that accompanies the PHP package? Thanks, - Dave
4
3448
by: Harold Crump | last post by:
Greetings, I have a requirement of storing some .xml files on a web server. The files will contain financial information like credit card numbers, so I would like to encrypt them. The files will stay there until another program downloads them and deletes the files. My question is - which of the functions in the mcrypt library provide
4
4342
by: Nithi Gurusamy | last post by:
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.
14
1954
by: Ray Cassick \(Home\) | last post by:
Ok, time to ask the question here.. I have been battling over this one for sometime now and just have to ask it. I have created a few classes that I use to act a security keys. These classes get serialized using a binary formatter and then symmetrically encrypted. The app will deserialize them and use the contents to judge licensing capabilities, etc. Currently the license key and vectors are stored in the code. I don't like the idea...
4
4147
by: pintu | last post by:
Hello everybody.. I hav some confusion regarding asymmetric encryption.As asymmetric encryption it there is one private key and one public key.So any data is encrypted using private key and the same is decrypted at client side using public key and vice-versa..Now i hav confusion like i.e. * Are both the keys available to both sender and receiver.? * When data is encrypted using public key ,Is the same data decrypted using private key(...
1
3082
by: =?Utf-8?B?bWljcm9ob2Y=?= | last post by:
Short version: Is there a way to configure (preferably programmatically) the max encryption strength that will be used by the framework when connecting to a particular SSL-protected web service? Long version: Historically, browsers could only be exported to certain countries if they supported only 40 and 56 bit encryption; 128 bit was restricted. I believe, based on my readings thus far, that this refers to the strength of the...
22
2524
by: Wilson | last post by:
i am learning to program using c++ and was set a task of making a simple encryption algorithim. I choose to start with one where simply each letter is replaced with its equivilent in the alphabet when written backmards, i am hoping to make this more complex soon. Below is the program i wrote but it does not work, it simply returns the exact same text you enter. Could you please advise on how to sort this, and also suggest any ways of...
19
3306
by: klenwell | last post by:
Another request for comments here. I'd like to accomplish something like the scheme outlined at this page here: http://tinyurl.com/3dtcdr In a nutshell, the form uses javascript to hash (md5) the password field using a random one-time salt (nonce) -- generated by php and pasted in the form -- that is then posted with the hashed password
2
3414
by: thiyagu | last post by:
In our company for internal security compliance we need to encrypt the data to/from DB server; What is the encryption algorithm used by DB2 & what key lengths are supported in DB2 LUW v8 & v9 when we use DATA_ENCRYPT authentication mode?
1
1834
by: Robert Blass | last post by:
I am looking to get my feet wet with encryption. When I say encryption program I am talking about something to get me off to a quick start. Something very simple, far less than the 40+ bit encryption code. What I need is an easy to understand language choice. I've used BASIC a long time ago but is there another language that is better and more supported? There seems to be hundreds of languages so it's hard for me to just pick one.
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10491
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10247
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10031
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5593
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.