To hopingToCode.
Ok. I´m quite new at certificates. So HTTP Imetatdata attempts to start a web service. It has to be verified by windows. It uses x509 certificate to get clearance.
<pre><endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange">
istenUriMode="Explicit">
<identity>
<dns value="localhost" />
<certificatereference storename="My" storelocation="LocalMachine">
x509FindType="FindBySubjectDistinguishedName" />
</certificatereference></identity></endpoint>
Question:
1) Where do I Put my username identifier when I got it?
2) When everything is finished and compiled. I take this to a new computer. What happens then?
Thanks. Hope for a reply.