I have BuildMonitor set up on myServer:81/buildMonitor/ and found that the automatic refresh didn't work.
The problem was that I needed to change home.js to use url '/buildMonitor/Home/GetBuilds/'; however it would have been nice if the ajax function had implemented some way of reporting back if the query fails, for example:
error: function(XMLHttpRequest, textStatus, errorThrown) {
$("#last-updated").text("Ajax error: " + textStatus + " Details: " + errorThrown);
}
I have BuildMonitor set up on myServer:81/buildMonitor/ and found that the automatic refresh didn't work.
The problem was that I needed to change home.js to use url '/buildMonitor/Home/GetBuilds/'; however it would have been nice if the ajax function had implemented some way of reporting back if the query fails, for example: