How to run windows application on image button click from web page
-
I have one web page, know i want to run my windows application when i click on image Button.
what is the purpose ? does all client contin that exe file or what ?? :doh: :confused:
cheers, Abhijit Read My Latest Article : IIS 7.0 and Deploying Asp.Net WebSites on IIS 7.0
-
what is the purpose ? does all client contin that exe file or what ?? :doh: :confused:
cheers, Abhijit Read My Latest Article : IIS 7.0 and Deploying Asp.Net WebSites on IIS 7.0
-
Web apps cannot run local applications - its called security!
Bob Ashfield Consultants Ltd
Actually i have my windows application on my machine. Know i want to run the windows application from image button click of my web page. I am using System.Diagonistic.Process.start("exe path of windows application which is on my machine"); It is working fine, If i am creating new project and calling it on Image button click but when i am trying to use it in my existing project it is throughing exception "System.InvalidOperationException". I am doing work on C#.net. Please Help me.