I currently have an ajax request set up in my JavaScript:
xmlHttpReq.open("GET", "/root/handlerfolder/SomeHandler.ashx?id="+id)
Do I need to use a URL helper if I decide to move this to a production environment or different server in the future?