Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9130837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:02:16+00:00 2026-06-17T08:02:16+00:00

I have an API in mvc4 that call to .exe file via ‘Process’ class.

  • 0

I have an API in mvc4 that call to .exe file via ‘Process’ class.
This .exe using log4net, and run another .exe that export files to directory and subdirectories. In the end of the process, the .exe post to http API.

Process p = new Process();
p.StartInfo.FileName = ConfigurationManager.AppSettings["ExtractToolPath"];
p.StartInfo.Arguments = this.strcommand;
p.StartInfo.RedirectStandardOutput = true;
p.StartInfo.UseShellExecute = false;
p.StartInfo.Verb = "runas";
p.StartInfo.RedirectStandardInput = true;
p.Start();
string s = p.StandardOutput.ReadToEnd();
p.WaitForExit();

String 's' returns with “” (blank string).

The s paramter get what was printed to the Console window. And I did a print in the begining of the .exe, therefor I know it even not started the process.

Important: When I remove the log4net logger, the 's' parameters gets some output, but it’s failes when tring to do any command that requieres write permissions.

I tried to give the IIS executable permission, and immpersonation with admin username and password. I did my directories ‘share’ to everyone. Nothing helped.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:02:17+00:00Added an answer on June 17, 2026 at 8:02 am

    Did you try setting the application pool identity to an administrator? Or giving write permissions on the directory to the application pool identity?

    The credentials used to do the writing are the ones in the application pool identity.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an API call that returns a byte array. I currently stream the
I have a ASP.NET MVC4 web api that uses fluent NHibernate, but when I
I am writing a Web API using MVC4 that should be consumed by multiple
We have a Web API (MVC4) application that returns images from the database. I
I have trying to learn MVC4 Web API. I am running my project from
I am currently working on MVC4 SinglePage Application. I have a Web Api method
I have an API that can be implemented by various vendors. I can send
I have an API in the form of a JAR that I would like
I have an API that returns a promise from a deferred object. The problem
I am starting to use MVC4 Web API project, I have controller with multiple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.