When you are using .NET 4.0 you could use Magick.NET.Web.dll. It makes sure that the code below gets called at the start of the application.
string path = HostingEnvironment.MapPath(@"~\bin\ImageMagick");
MagickNET.Initialize(path);