C# How to call External App using Http Request in ASP.Net
-
Hi All, Can anybody help me.How to call external application(FileMaker) using HTTPRequest in asp.net.Here is the example i have creatXMLpage.aspx it contains textbox and button controls.I will enter some value into the textbox and hit the button i want call external app(FileMaker) and expected the output is XML.How can i do this.Please let me know which concept i have to implement. Thanks & Regards Rao
-
Hi All, Can anybody help me.How to call external application(FileMaker) using HTTPRequest in asp.net.Here is the example i have creatXMLpage.aspx it contains textbox and button controls.I will enter some value into the textbox and hit the button i want call external app(FileMaker) and expected the output is XML.How can i do this.Please let me know which concept i have to implement. Thanks & Regards Rao
hi there, To execute the external app, play around with this namespace System.Diagnostics.Process << >>
-
hi there, To execute the external app, play around with this namespace System.Diagnostics.Process << >>