In the WEB API 2 OWIN stand-alone host project, I get an “Access Deprived” exception for something other than local:
string baseUrl = http:
If I use 127.0.0.1 or the actual IP address of the machine, I get this exception. No one ever mentions this issue on their self-service blogs owin 2 web api.
What is the problem and how to solve it?
I found this Self posted by OWIN and urlacl , but I get the same exception throw.
source share