c# - Dynamically returning the results of powershell script to MVC asp.net web app -


i trying build web application (mvc asp.net) using c# in visual studio run powershell script , return results user. have found enough on google know how add scripts, execute, etc... cant seem figure out how have aps.net app return results of powershell scripts happening. few articles have found on topic use webforms rather mvc. direction appreciated.


Comments