Hi guys,
I have a solution where I don't control the infrastructure and DNS.
recently, the customer decided to change the domain of the solution and I have started to get into trouble with the scheduled tasks.
I have found something in the documentation but I am not sure hot to explain it to the DNS responsible:
Additionally, your webserver must be able to resolve its own name from DNS; after calling jobrunner.aspx a new thread is created to another .aspx, where the job is actually executed. So if you have http://website.com, the IIS-server should be able to resolve website.com, as it will be calling ‘http://website.com/JobRunnerBackground.aspx?’.
Can somebody explain what I have to ask the customer to setup in the DNS?
Thank you,
Adrian