Hello
I need to run method in context of different process.
I have w3wp.exe process and I want to start kind of debugger that is included with . In order to do this there I have to run static method (public static StartDebug(string filePath,uint debugParam) of class (DebugServer). Unfortunatelly before app deploying I didn't prepare correct webmethods, and now I need to run a static method of one class that belongs to the project.
I want to create winforms application and run it somehow.
Any ideas how can I make it ?