brianmwadime
9/20/2015 - 4:06 AM

enable url for IIS domains preventing "Access Denied" error messages from visual studio

enable url for IIS domains preventing "Access Denied" error messages from visual studio

##Run in an elevated command prompt

netsh http delete urlacl url=http://localhost:port/
netsh http add urlacl url=http://*:port/ user=everyone