Is it ok to call Powershell from an ASP.Net process

Ransonfnkubn

New Member
Is there any problems with creating a powershell runspace in an asp.net application and running commands?I have a basic example working fine but I'm wondering if there are any pitfalls waiting for me.I'm particularly wondering:
  • Is this an a light-weight inprocess operation or is it firing up another processes that could lead to unpredictable behaviour.
 
Top