pratibha14
Technical User
- Mar 2, 2004
- 30
Hi,
I want to execute commands through .NET.
Using process, i can execute them in WindowsApplication but the process doesn't work in WebApplication.
I am executing a batch file which contains some commands to be executed. They don't have any UI and works in backgroud.
Can it be security related issue with ASP.NET user? For that, I access the web page as Administrator through impersonation and not through ASP.NET user.
Can you guys tell me why batch file is not executing in WebApplication while it works with WindowsApplication and If it has any other way to be done?
Thanks
I want to execute commands through .NET.
Using process, i can execute them in WindowsApplication but the process doesn't work in WebApplication.
I am executing a batch file which contains some commands to be executed. They don't have any UI and works in backgroud.
Can it be security related issue with ASP.NET user? For that, I access the web page as Administrator through impersonation and not through ASP.NET user.
Can you guys tell me why batch file is not executing in WebApplication while it works with WindowsApplication and If it has any other way to be done?
Thanks