Hello Everybody,
I am facing one issue with rest api. I created one rest api using basic authentication with hash.It was working fine at my Dev server. But when i move this to staging server. Unluckily it is not working.I have regenerate hash salt for staging server.But still i am facing. So please guide me where i can debug it.
Thanks Regards, Aasim Afridi
Now working, Actually i missed below line in web config file.
<modules runAllManagedModulesForAllRequests="true">
Please, sign in to be able to submit a new answer.