I have been facing the issue in IIS after publishing seems there was a issue in date format.(dd/mm/yyyy)
Local before publishing
http://localhost:50509/Api/booking?bookingDate=01/11/2016&facBookID=0&isFacBook=Y
It returns NOV 1st record.but after publishing this one returns JAN 11th records.
Any help would be really appreciated.