Ask a Question related to ASP.NET Web Services, Design and Development.
-
Asaf #1
Cannot access a disposed object named "System.Net.TlsStream"???
Hi,
When I trying to do HTTP POST to HTTPS URL I am getting this error on first
attempt:
Cannot access a disposed object named "System.Net.TlsStream".
Object name: "System.Net.TlsStream".
Index and length must refer to a location within the string
The underlying connection was closed: Could not establish secure channel for
SSL/TLS
After second attempt or if the service is not idle it's working ok.
I saw on some internet sites that I am not the only one who has this
problem.
A MICROSOFT RESPONSE WILL BE VERY APPRECIATED!
Thanks in advanced,
Asaf
Asaf Guest
-
"Could not access 'CDO.Message' object." How to resolve in IIS server
I am trying to send mail through smtp. smtp service is running on my machine. But every time during the smtpmail.send(msg) call gives "Could not... -
Help needed for "generic" System.Object Converter
Hi, I have custom web server control with one property being of type System.Object. At design time, only string values are allowed to be entered... -
Cannot access a disposed object named System.Net.TlsStream
Hello everybody i have the following code to access an application via https: ---------------------------------------------... -
HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'
Hi, When I try to do Server.CreateObject on an activeX DLL, I receive the following message: ''''''''''''''''''''''' Server object error 'ASP... -
Lsass.exe System error "object name not found". System keeps rebooting
When trying to install the drivers for the PCI modem in my laptop, prompted for the driver CD. Installed the driver without any errors but asked... -
Jan Tielens #2
Re: Cannot access a disposed object named "System.Net.TlsStream"???
Maybe you can check out this post:
[url]http://weblogs.asp.net/jan/archive/2003/12/04/41154.aspx[/url]
It explains why you get this exception and what you can do about it! Altough
it's not as MS answer... ;-)
--
Greetz
Jan Tielens
________________________________
Read my weblog: [url]http://weblogs.asp.net/jan[/url]
"Asaf" <asafgo@hotmail.com> wrote in message
news:Ov0PxjJ7DHA.3012@TK2MSFTNGP09.phx.gbl...first> Hi,
>
>
>
> When I trying to do HTTP POST to HTTPS URL I am getting this error onfor> attempt:
>
>
>
> Cannot access a disposed object named "System.Net.TlsStream".
>
> Object name: "System.Net.TlsStream".
>
> Index and length must refer to a location within the string
>
> The underlying connection was closed: Could not establish secure channel> SSL/TLS
>
>
>
> After second attempt or if the service is not idle it's working ok.
>
>
>
> I saw on some internet sites that I am not the only one who has this
> problem.
>
>
>
> A MICROSOFT RESPONSE WILL BE VERY APPRECIATED!
>
>
>
> Thanks in advanced,
>
> Asaf
>
>
Jan Tielens Guest



Reply With Quote

