Process is not executing

  • Thread starter Thread starter Pratibha
  • Start date Start date
P

Pratibha

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 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
 
Security problem. Grant rights to execute commands to the account asp.net
runs under.

Eliyahu
 
Still I am not getting it.
I access the web page as Administrator through impersonation and not through
ASP.NET user.

And I am not getting how to grant right to execute commands. Can you please
make it clear?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top