I've got an IIS v6 (Windows Server 2003) web site which uses some old DLL written with unmanaged code. (Aspx, C# using System.Runtime.InteropService to call unmanaged dll) But I've bought a new Windows Server 2008 with IIS7 and call to unmanaged DLL is not working. In fact my C# code call an...