I have an application (IIS ASP) that sends input parameters to an another applications executable file.
How would I go about finding (in a trace) this executable input parameters that was passed to it from the other application?
ps
I do not have the source code available for both the asp and the .exe yip this is the fun black box world of an Enterprise Developer dealing with an Oracle Solution…
Could you just create a basic console app with the same name as the .exe which writes its args to disk?
So your IIS app calls this app instead.