Hi,
I have hosted my Service on IIS. I need to save some files using this Service, on Other System.
I am implementing Message mode Security with Certificate Credentials for the Client.
My problem is that when I am tring to save the file on other system an error is prompted by the service invalid login for the given user.
I think I have to implement impersonation for this, but have no clue how to implement impersonation for WCF Service hosted on the IIS.
I have tried to implement impersonation in the application by following the steps given in the below link, but i was unable to get the solution
http://msdn.microsoft.com/en-us/library/ms751513.aspx
Can Any one help me in this regard.
Thanks in Adavance,
Pavithru Pinnamaneni.