A
arc
I have a requirement in executing a command line from Web Application, it
does this in the background and doesnt display the results to the user.
But i dont think the Web environment in .NET allows this to happen without
some security tweaks. How can i do this? Same code with Process.Start works
fine in Win Forms.
Have tried changing security permissions to the file/directory and stuff.
What needs to be done?
Since i have full control over the server i wouldnt worry much about putting
the server at risk at this point. Advice please.
Thanks
Arc.
does this in the background and doesnt display the results to the user.
But i dont think the Web environment in .NET allows this to happen without
some security tweaks. How can i do this? Same code with Process.Start works
fine in Win Forms.
Have tried changing security permissions to the file/directory and stuff.
What needs to be done?
Since i have full control over the server i wouldnt worry much about putting
the server at risk at this point. Advice please.
Thanks
Arc.