TsgcWebSocketServer_HTTPAPI URL Reservation and admin rights
From documentation:
By default, this component requires that your application run as Administrator mode, for URL registration. If the URL have already be registered using an external tool like netsh, you can run without Admin rights, disable the property BindingOptions.ConfigureSSLCertificate to allow start the application without admin rights.
This don't work. I have all URL reserved, but the WebSocketServer wants to reserve the URL again every time and of course gets the error code 5 (no access).
I checked the source code and found no constraint or query to disable this behavior.
How can I use this server without admin rights (in my application)?
Thank you
Thomas
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »