Hi, I have a webhandler which complies some code. It also needs code from the App_Code path. as this is compiled automatically, I need to find the dll at runtime to use it with : CompilerParameters.ReferencedAssemblies.Add() the App_Code.dll is in somewhere in /tmp/www-data-temp-aspnet-0/ but the name is changing all the time. Thank you Sebastian