I am getting a 404 error , is there setup instructions for IIS?
Hi,
I've just sent a reply to your e-mail, but I'm also replying here for anyone that finds your question and is wondering the same thing.
The error you are seeing suggests that the server hasn't been set up with a staff route in whatever path you are using.
staff
I would suggest using the Route() attribute in a Web API controller, as discussed in the manual to set the route.
Route()
Regards, Allan
Answers
Hi,
I've just sent a reply to your e-mail, but I'm also replying here for anyone that finds your question and is wondering the same thing.
The error you are seeing suggests that the server hasn't been set up with a
staffroute in whatever path you are using.I would suggest using the
Route()attribute in a Web API controller, as discussed in the manual to set the route.Regards,
Allan