I am trying to write an WEB API from .net and trying for my Android Application to query some data from the sql server database.
I have the web api written and it wo
In your solution dir, in the file .vs\config\applicationHost.config change the line
to
and run Visual Studio as an admin. Restart IIS Express. this solution work for me.