Cannot add a target machine with basic authentification
samer_lm
Posts: 4
I have Web service project hosted by IIS and configured with basic authentification.
When i try to add it as a target machine, i get this error :
2014-03-10 14:58:56 -04:00 ERROR System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic realm="localhost"'. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
How can i configure the deployment manager in order to pass the username and password to the target machine ?
When i try to add it as a target machine, i get this error :
2014-03-10 14:58:56 -04:00 ERROR System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic realm="localhost"'. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized.
How can i configure the deployment manager in order to pass the username and password to the target machine ?
Comments
Redgate Software
I think what is missed here is the user credentials (like the Add sql server form) in order to authenticate to the web service application.
Redgate Software
Thanks,