c# - Launch an application on on the server machine through Process.Start() on button click -


i've c# asp.net webapp hosted, should start internetexplorer process on server on button click client side browser.

protected void button1_click(object sender, eventargs e)   {        process.start("iexplore.exe", "www.google.com");   } 

unfortunately not working out fine me. when debug this, works. please me achieve this.

thanks, /aravind

i assume don't want start ie , obvious security issues aside; suggest take @ these two: running process on server via asp.net/c# on iis , process.start permissions problem


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -