I have an ASP.net application with selenium code inside.
I want that when the user clicks on a button at the client side, the browser will open on the server side which is running Windows Server 2012.
The problem is, that when I try to do this I get "unable to bind to locking port 7054" error message on the server.
I can feel there is a problem with my approach to the whole thing, The question is, what's the correct approach?