I am following this walkthrough on how to implement Remote Validation. The remote validation method fires when expected, but it is requesting the wrong url. It is requesting
/Validator/IsUID_Available
instead of
http://localhost:23615/Validator/IsUID_Available.
This results in a 404 not found error. What am I missing?