Click here to Skip to main content
16,008,719 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: error: Pin
mylogics21-Dec-09 22:29
professionalmylogics21-Dec-09 22:29 
QuestionSessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak21-Dec-09 13:14
mtilak21-Dec-09 13:14 
AnswerRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur21-Dec-09 21:37
professionalAbhishek Sur21-Dec-09 21:37 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak22-Dec-09 7:58
mtilak22-Dec-09 7:58 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur22-Dec-09 21:17
professionalAbhishek Sur22-Dec-09 21:17 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak23-Dec-09 5:22
mtilak23-Dec-09 5:22 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur23-Dec-09 20:47
professionalAbhishek Sur23-Dec-09 20:47 
QuestionUrgent Help required to fix this error "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." Pin
ravindradonkada21-Dec-09 6:14
ravindradonkada21-Dec-09 6:14 
Hi ,

We are trying to implement Java WebService in .Net . But getting error like

An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail.

We registerd the security certificate everything but still getting this issue .

The issue what we found is we are getting X509IssuerSerial alias: null in xml request generated by .Net application

Can any one please guide how to sort out this issue.


the app.config is as follows





<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>


<client>
<endpoint address="http://localhost:1919/testWs/services/HelloWorld"
behaviorConfiguration="ClientCertBehavior" binding="customBinding"
bindingConfiguration="JavaInterop" contract="localhost.HelloWorldPortType"
name="HelloWorldHttpSoap12Endpoint">
<identity>
<dns value="YALAMANCHILI" />
</identity>
</endpoint>
</client>

<bindings>
<customBinding>
<binding name="JavaInterop">
<security defaultAlgorithmSuite="Basic128Rsa15" allowSerializedSigningTokenOnReply="true"
authenticationMode="MutualCertificate" requireDerivedKeys="false"
securityHeaderLayout="Lax" includeTimestamp="true" messageProtectionOrder="EncryptBeforeSign"
messageSecurityVersion="WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10">
<issuedTokenParameters keyType="AsymmetricKey">
<issuer address="" binding="customBinding" bindingConfiguration="JavaInterop" />
<issuerMetadata address="">
<identity>
<certificateReference x509FindType="FindByIssuerName" isChainIncluded="false" />
</identity>
</issuerMetadata>
</issuedTokenParameters>
<localClientSettings detectReplays="false" />
<secureConversationBootstrap defaultAlgorithmSuite="Basic128Rsa15"
allowSerializedSigningTokenOnReply="true" authenticationMode="MutualCertificate"
requireDerivedKeys="false" securityHeaderLayout="Lax" messageProtectionOrder="EncryptBeforeSign">
<issuedTokenParameters keyType="AsymmetricKey" />
</secureConversationBootstrap>
</security>
<textMessageEncoding messageVersion="Default" />
<httpTransport />
</binding>
</customBinding>
</bindings>


<behaviors>
<endpointBehaviors>
<behavior name="ClientCertBehavior">
<clientCredentials>
<clientCertificate findValue="f1 88 d8 95 76 76 5b be 74 53 90 92 fc cf 16 e0 67 5e 4d 34"
storeLocation="CurrentUser" storeName="My" x509FindType="FindByThumbprint" />
<serviceCertificate>
<defaultCertificate findValue="d4 79 bc 17 94 3a 3c 14 a1 a2 1f c7 ba b7 a7 3e 08 1b 0a 8d"
storeLocation="CurrentUser" storeName="My" x509FindType="FindByThumbprint" />
<authentication certificateValidationMode="None" revocationMode="NoCheck" />
</serviceCertificate>
<peer>
<peerAuthentication certificateValidationMode="None" />
<messageSenderAuthentication certificateValidationMode="None"
revocationMode="NoCheck" />
</peer>
</clientCredentials>
</behavior>
</endpointBehaviors>
</behaviors>

</system.serviceModel>
</configuration>
AnswerRe: Urgent Help required to fix this error "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." Pin
meltonllenos4-May-10 17:41
meltonllenos4-May-10 17:41 
Questionmaking a window model Pin
Hema Bairavan21-Dec-09 0:54
Hema Bairavan21-Dec-09 0:54 
AnswerRe: making a window model Pin
Abhijit Jana21-Dec-09 1:03
professionalAbhijit Jana21-Dec-09 1:03 
QuestionPhoto tagging Pin
Subin Mavunkal20-Dec-09 23:41
Subin Mavunkal20-Dec-09 23:41 
AnswerRe: Photo tagging Pin
sashidhar20-Dec-09 23:46
sashidhar20-Dec-09 23:46 
QuestionUse windows control in ASP.NET Pin
Dot-Net-Dev20-Dec-09 22:18
Dot-Net-Dev20-Dec-09 22:18 
AnswerRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 22:35
professionalAbhishek Sur20-Dec-09 22:35 
GeneralRe: Use windows control in ASP.NET Pin
Dot-Net-Dev20-Dec-09 22:49
Dot-Net-Dev20-Dec-09 22:49 
GeneralRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 23:31
professionalAbhishek Sur20-Dec-09 23:31 
AnswerRe: Use windows control in ASP.NET Pin
Gamzun22-Dec-09 17:34
Gamzun22-Dec-09 17:34 
QuestionCalling Stored Procedure from javascript code Pin
deepseeindeepsy20-Dec-09 22:03
deepseeindeepsy20-Dec-09 22:03 
AnswerRe: Calling Stored Procedure from javascript code Pin
Abhishek Sur20-Dec-09 22:12
professionalAbhishek Sur20-Dec-09 22:12 
Questionjavascript function name length Pin
benams20-Dec-09 21:31
benams20-Dec-09 21:31 
AnswerRe: javascript function name length Pin
Abhishek Sur20-Dec-09 21:39
professionalAbhishek Sur20-Dec-09 21:39 
QuestionNew window should open in another browser Pin
siddisagar20-Dec-09 21:25
siddisagar20-Dec-09 21:25 
AnswerRe: New window should open in another browser Pin
Abhishek Sur20-Dec-09 21:32
professionalAbhishek Sur20-Dec-09 21:32 
GeneralRe: New window should open in another browser Pin
Pankaj Saha21-Dec-09 18:36
Pankaj Saha21-Dec-09 18:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.