HTTP Tests not running on my virtual machine. Access denied was returned from the Owin Serverfactory. The answer is to run this from the admin CMD console (not PowerShell).
netsh http> add urlacl url=http://locahost:<port#>/ user=Everyone
Source: “Access Denied” exception in self hosted Owin application