So I know this is covered everywhere a million times.. iv seen ten SO posts, and iv barely looked. The fix for getting an Access is denied error from HttpListener, is to run the netsh urlacl command.
See here: HttpListener Access Denied, here: HttpListenerException “access denied” for non-admins [duplicate] etc etc..
What is the best way to fix this for installation of a program?
Is the program still going to suffer this problem if it is installed?
Struggling to see how this problem is going to impact the end install result, just trying to get some help with it!
EDIT: Following a comment,here is some background info: my app provides a WebAPI end point for data access for testing our other code. I ran into this problem, and wonder if an Installer would mean I could bypass the problem altogether, or whether I would need to handle it in the installer.