How should I view file changes on a testing server?
How are people viewing their files when they are ready to test their work? Importantly, my file is pulling data from a database.
In the past, I used F12 to send a file to a testing server. From there, my file could interact with a mySQL database and I could test my code. With DW2017, pressing F12 either opens a file in localhost or as a file(i.e. file:///C:/Users/...), but the file cannot interact with the mySQL database. To do so, I have to access the changed file on the testing server (i.e. have a browser open then refresh the browser using F5).
Is there a better way?
