I have a exe file in vc++.I want to call vc++ exe in asp.net .How do achieve these requirement can anyone help this.
thanks in advance
kartik
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Francis SusaimichaelPosted Oct 17, 2016, 2:05 AM
ASP.Net is an server side technology. That is all yourserver side codes (like CSharp code) will run or processed on the server and it will emit the HTML. That's all. As per your question, if you run the EXE means it will be run on the server alone. This what you want toachive. In order toachieve this you can use the below code: