I am trying to check that If email already exist in databse or not or not in database but my code throws error – Asp.net
This is the error I am getting in my console; GET http://localhost:1089/api/Employee/EmailAlreadyExist?%[email protected]%22 404 (Not Found) This my ajax code where I am sending the user email while creating a new user, and I want this method to let me know…