Can I listen on a port (using HttpListener or other .NET code) on Vista without requiring administrator priveleges? [duplicate]
问题 This question already has answers here : HttpListener Access Denied (11 answers) Closed 3 years ago . I'm using HttpListener to allow a user to set up a proxy on a user-defined port. When I start the HttpListener, I get an exception if the application isn't running under administrator privileges in Vista. From what I've read, this is expected behavior - administrator privileges are required to start listening on a port. But I'm sure there are ways around this, as I run plenty of programs