I developed a web application and accessed it via a domain name-URL, which have options to send POST and GET request i want these POST and GET request to be processed from CLIENT(web user) MACHINE, instead it is procession on SERVER machine i guess, so im getting below error.
What is the best way to load website from web server and then process the functionality (POST/GET)on users computer???
System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8300 at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult) at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)