Ask a Question related to ASP.NET Security, Design and Development.
-
Andy #1
asp.net webservice & ssl
I've established an SSL (with selfSSL) certificate for my IIS ver. 5.
an
i want my webservice client to connect to webservice through ss
(i've done all the things considered in MSDN - [url]http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetHT14.asp[/url]
bu
all it says is an error - "Cannot establish a trusted relationship
Andy Guest
-
Can a webservice call another webservice?
Hi all, I want one WebService I have, say on a server in Los Angeles, to call methods I have in a 2nd WebService on another server, say in New... -
Calling a webservice from a webservice
Well, I dont really want to call a webservice, but the class that I need is in a webservice and I dont see the need for serialization if I am... -
How to communicates with another webservice with another webservice
H I have a task to write a webservice which communicates with another webservice and gets all the methods of that webservice So can i get those ... -
Webservice calling a webservice.....Error
Hi Ihave a strange problem .....or?? On one machine 1 i have a webservice A calling an other webservice B on a other machine 2 . the B service are... -
webservice asp.net
How do I call a webservice from a webapplication in ASP.NET?? I do not have any experience Can you recommenc me good books?? thank you -
Aaron Margosis [MS] #2
Re: asp.net webservice & ssl
Are you sure you correctly installed the self-signed server certificate on
the client machine? (It may need to be explicitly put in the trusted roots
store.)
Is the certificate purposed for server authentication?
"Andy" <anonymous@discussions.microsoft.com> wrote in message
news:E8B5715D-9015-4525-8FCB-1755FEEA5038@microsoft.com...[url]http://msdn.microsoft.com/library/en-us/dnnetsec/html/SecNetHT14.asp[/url])> I've established an SSL (with selfSSL) certificate for my IIS ver. 5.1
> and
> i want my webservice client to connect to webservice through ssl
> (i've done all the things considered in MSDN -> but
> all it says is an error - "Cannot establish a trusted relationship"
> .
> Can anyone help me please ???
> Does it need anything else ??
Aaron Margosis [MS] Guest



Reply With Quote

