How to send message to a local machine
-
Hello I want send a message from webesite to a local machine in network,
-
Hello I want send a message from webesite to a local machine in network,
manish.m.meshram wrote:
I want send a message from webesite to a local machine in network,
What do you mean by that ?:confused:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
manish.m.meshram wrote:
I want send a message from webesite to a local machine in network,
What do you mean by that ?:confused:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
From my website I am sending Sql Query to a my local machine which is connected in a network , through router. Thanks for you reply
-
From my website I am sending Sql Query to a my local machine which is connected in a network , through router. Thanks for you reply
manish.m.meshram wrote:
I am sending Sql Query to a my local machine which is connected in a network
I am not sure what you exactly mean by "sending SQL Query to a my local machine". But in general ADO.NET provides all the features using which websites generally interact with SQL Server. You can take a look into this[^] (still I am sure you are not looking for this simple thing :) ). Anyway,let me know if you need something more.
Regards, Arindam Sinha MyBlog - http://arindamsinha.wordpress.com/ Please give your feedback on this answer.