Posted on: 6/6/2014 2:02:43 PM | Views : 450

Hello Y'all,
My web api always returns a wrong url even though I specified the correct url in the appsetting of the web config.
it always return
http://fid.abctech.com/NCAA/fid.abctech.com/api/Bills/GetIataBilled
which the response is 404 (Not Found) because the correct url is
http://fid.abctech.com/api/Bills/GetIataBilled
It seems the call getthe host url along with the api url because fid.abctech.com appears twice instead of once.
People pls help me look into this.

Thanks


Go to the complete details ...