hi sidd, thanks.
i did as your input,but i am still get that error.
it seems that app can't get the private key for encrypt.
Well, in order to encrypt you would need the public key, and not the private
key. Only if you are signing, or you are decrypting you would need the
private key.
Are you sure you have the WSE2QuickStartClient installed in the
CurrentUser->Personal store and the WSE2QuickStartServer installed in the
LocalMachine->Personal store. What permissions are you running your web
service as? If you are running as Network Service, then by switching the
identity of this service to Local System does the problem seem to disappear?
If so, then it is an indication that the private key file has not been given
permissions to be read.
Thanks,
Sidd [MSFT]
> hi sidd, thanks.
> i did as your input,but i am still get that error.
[quoted text clipped - 27 lines]
> > WSE2RTM.
> > > > All worked fine as out of the box.
(http://www.dotnetmonster.com/Uwe/ForumPost.aspx?article=dotnet-web-services
> > -enhancements:29:O%24XDlM5VEHA.2696%40TK2MSFTNGP09.phx.gbl)
> > > > so my question is what is the point of "as out of the box".
> > > >
> > > > appreciate any advice I get
Version - 28 Mar 2005 05:10 GMT
sidd,you are so kind,thank you for your help.
now it is running well on my computer.
> Well, in order to encrypt you would need the public key, and not the private
> key. Only if you are signing, or you are decrypting you would need the
[quoted text clipped - 46 lines]
> > > WSE2RTM.
> > > > > All worked fine as out of the box.
(http://www.dotnetmonster.com/Uwe/ForumPost.aspx?article=dotnet-web-services
> > > -enhancements:29:O%24XDlM5VEHA.2696%40TK2MSFTNGP09.phx.gbl)
> > > > > so my question is what is the point of "as out of the box".
> > > > >
> > > > > appreciate any advice I get