Re: Problems with remoting and SqlCommand.ExecuteNonQuery
From: Ken Kolda (ken.kolda_at_elliemae-nospamplease.com)
Date: 10/26/04
- Next message: Ken Kolda: "Re: Windows Authentication for WinForms Application"
- Previous message: Ken Kolda: "Re: Getting URI for a remote object"
- In reply to: otto: "Problems with remoting and SqlCommand.ExecuteNonQuery"
- Next in thread: otto: "Re: Problems with remoting and SqlCommand.ExecuteNonQuery"
- Reply: otto: "Re: Problems with remoting and SqlCommand.ExecuteNonQuery"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 26 Oct 2004 08:32:56 -0700
Don't know if this will help, but I know we ran into some problems with
self-signed certificates and SQL Server which may be affecting you (since
you said you're using IIS).
http://support.microsoft.com/default.aspx?scid=kb;EN-US;302409
Hope that helps -
Ken
"otto" <otto@discussions.microsoft.com> wrote in message
news:D045E6FE-C20E-4248-8653-4F21D2CDFDBD@microsoft.com...
> Hi, all:
> I´m having problems with a .net remoting application. The problem is as
> follows: I have a windows forms application that connects to a .net
remoting
> components hosted in an IIS (in a separate server). This remoting
component
> is a data access component, in other words, it performs data access tasks.
> The problem arise when I try to execute a database task which involves the
> use of ExecuteNonQuery method (like delete a product, for example). When I
do
> this, this error appears: "Unable to write data to the transport
connection.
> The connection has finished: Could not establish a secure channel for
> SSL/TSL." This is very strange, but I can confirm that the error raises
when
> executing that method. Does anyone know what is the reason for this? Is
there
> any relation between these elements? I´m using an Http channel and
Microsoft
> Data Access Application Block for database operations.
> Any help would be appreciated.
>
> Thanks a lot.
- Next message: Ken Kolda: "Re: Windows Authentication for WinForms Application"
- Previous message: Ken Kolda: "Re: Getting URI for a remote object"
- In reply to: otto: "Problems with remoting and SqlCommand.ExecuteNonQuery"
- Next in thread: otto: "Re: Problems with remoting and SqlCommand.ExecuteNonQuery"
- Reply: otto: "Re: Problems with remoting and SqlCommand.ExecuteNonQuery"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|