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?
Sorry my bad! I was registering the Remote attribute incorrectly as follows:
instead of the correct way like this