Page 1 of 1

ImageMagick on .NET webapplication

Posted: 2012-09-06T06:00:16-07:00
by antikor
Hi all,
I wrote some vbsripts (using the com+object) to quiet heavily manipulate images. They work fine.
I would lilke to run this script on a webapp written in .NET.
I know I can run vbs files using .NET "System.Diagnostics" it will then run a cscript process to handle the script.
I also know I could rewrite the vbs in .NET still using com+ object.
What is the best thing to do to have the best app performance ?

I hope I am not off topic...
Thanks for your help