Wednesday, May 05, 2004

ASP.NET Uses Short Names When Loading DLLs

Odd behavior in ASP.NET

ASP.NET uses short names to determine what it loads from the bin directory. So don't give a file a name like MyLibrary.dll_bak because it might wind up with a short name like MYLIBR~1.DLL.