User-2061822545 posted
hi,
i have a webservice which is accessible throught https://mydomain.com/develop/mywebservice/WcfService.svc/ and an other application which call this webservice. when i host this application in http://mydomain.com/develop/myapplication [the
webservice and the application were hosted in the same server and in the same directory] i got
The remote server returned an error: (401) Unauthorized.
but when i upload the same application on an other domaine like http://mydomain2.com/develop/myapplication all works well.
thanks in advance for any suggestion.