Hi,
What is the best way to retrieve the name of the process in ASP.net code behind ?
Best Regards,
Hi Sara,
You can find Eddy’s answer to a similar question. (How to access request values in .NET Code Behind)
In your case, you can use Process.name
macro.
Regards,
Quentin
Hi,
This is what I used effectively.
Thank you Quentin.