I have an .aspx app that is running some JavaScript 4.13 api code. In this code I am calling a GP Tool that I published.
- This GP Service is not secured. I can navigate to it with no issues or credentials needed
- In Visual Studio I can run my code with no errors, which is calling this service
- If I go to the server where the website is I can run this code from IIS with no errors, which is calling this service
- If I navigate to this site from outside the server or Visual studio I get the error below asking me for credentials.
The service is not secured....I am baffled. BUT if I open it on the server or Visual Studio I am not asked for the credentials....?????
Anyone have any thoughts? Could this be something in the JS? Or maybe on the server side?
Anyone ever see this before?
