Hi ALL,
I need to work web application using asp.net and les webservices 9.7.1. when i tried to do single sign on using windows integrated security webservces refusing my connection. i have installed directory services and configured it.
i know that i need to modify the les services so i added following line in web.config file and updated my services references with same authentication
<binding name="AuthenticationBinding" maxReceivedMessageSize="1024000"
messageEncoding="Text" transferMode="Buffered" >
<security mode="TransportCredentialOnly">
<transport clientCredentialType="Windows"/>
</security>
</binding>
can any one please help what else i need to add and is there any instruction document.
thanks
arun