I have a server setup that has port 8080 assigned to ArcGIS Server installation and port 80 to our custom WebADF application.
From one of our application, we make a call that generates an image in the output directory. The issue that I have is that the return url doesnt contain 8080 in the url string. It returns this string: http://sfs012/arcgisoutput/_ags_mapa...8cb868696e.jpg
I am expecting to get: http://sfs012:8080/arcgisoutput/_ags...8cb868696e.jpg
I have tried lot of things but can't seem to figure out how and where to make thing change. Looking for some feedback.
Thanks Jay