I am developing tests for an application that uses a web-browser based UI; the application is hosted on a machine running IIS; I am currently developing the tests on a remote machine, using the IP address of the machine hosting the application as the URL. I was hoping to use the test-settings (settings.aiis) or testsettings file to change the URL to localhost when running the test from the build system, as an automated test. is there a way to make pages.g.cs use the URL from the settings file rather than the hard-coded value in the file?
Thanks,
Mark