Hi,
I have a Web service(.asmx) which was running perfectly on my old server(windows 2008). I have recently migrated to new server(windows 2016) and facing a issue with (Request failed with http status 401: unauthorized).
This Web service is basically consumed in Web Application which also reside on the same server(new).
Error I am getting is when I am trying to access Web service with in Web Application. On Server Localhost its working fine.
I also checked configuration on old server . Could please suggest what would I be missing ?? or something I need to configure on new server windows 2016 with IIS 10.
The issue is with network credentials which goes with the web service is not able to get access. and throwing the 401 error.
However I tried some other way I tired to add these user(for e.g sls.im) in administrators group of the server and it worked. however I cannot add that way.