Hello!
I'm migrating an old application that is currently working on a windows 2003 (IIS 6).
Its a site that uses only anonymous authentication, with a service id (domain account), and access an external server for some queries... this service receives this anon user account and returns the data ok.
On my new infrastrucrue, windows server 2012R2 (IIS 8.5) the site works, but fails on all calls to the external server/service (same one).
I have the application pool setup with the same credentials. In this case with 32bits enabled, tried integrated and classic mode.
On the site, I have the same authentication settings, but the external service receives the connection attempts but it receives a anonymouse connection so it rejects it... (from the website it says the server is turned off or too busy)
Is there anything I'm missing to get it to work as in iis6 and send the credentials?
Thanks!