I have a remoting service which uses the Windows Auth. Been working fine for a while but yesterday my windows account has been lockout and after it has been unlocked and the password changed I have been having issues since.
It just didn't let me in with the following error:
"System.Net.WebException: The remote server returned an error: (401) Unauthorized."
May be my old password / credentials somehow stuck in a credential cache in my local PC or something like that.
Any ideas how to fix that? Thanks.