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 473193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T00:09:44+00:00 2026-05-13T00:09:44+00:00

Im trying to see if it is at all possible to call an external

  • 0

Im trying to see if it is at all possible to call an external (console) application from an ASP.NET MVC app. They will both be build and deployed on internal servers, and both will use a custom form of security, validating the user VIA AD before anything executes, so Im not overly worried about the security risks.
Basically, Im trying to build a web based front end for an application so it can be kicked off “anywhere”. The web based front end will basically collect all the parameters and pass them to the application at run time.

Any thoughts?

  • 1 1 Answer
  • 4 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-05-13T00:09:44+00:00Added an answer on May 13, 2026 at 12:09 am

    Create a Process object, and give all the information in the ProcessStartInfo, then just start the process.

    Something like:

            Process notepad = new Process();
    
            notepad.StartInfo.FileName = "notepad.exe";
            notepad.StartInfo.Arguments = "stackoverflow.txt";
    
            notepad.Start();
    

    That’s gotta work when you give your worker process enough rights to start the process. We actually use something the same in one of our applications.

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

Sidebar

Related Questions

I am trying to see from an SQL console what is inside an Oracle
I've been experimenting with using mvc-mini-profiler on a ASP.NET website. All of the request
I am trying to see all the labels in Me.Controls and when I use:
The subject says it all. Trying to see if I can't change that loading
I'm trying to create plugins for Umbraco 5. I see in all examples mention
I am trying to see if the user has internet connection when the app
I'm trying to call a function after all slides in jquery cycle slider are
I'm trying to capture the call stack as quickly as possible. Right now this
I'm trying to make a vector drawing application using OpenGL which will allow the
I am trying to redirect all NSLog output to be able to see all

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.