can't call exe from out side
I am trying to open any exe file from ASP.NET but its not allowing me to do so.I have tried system.Diagnostic.process.start("c:\winnt\notepad. exe")
but it is opening that only in back ground process and i am not able to see that notepad file.i can see the application is running through Taskmanager -> Process >>>.
If any body know about the same then plx help me out.
Thanks
|