Hi, I like put two ASP.NET application to one virtual folder. The applications are precompilled. The problem is that both applications have same name for dll file. The name is App_Code.dll. Can I specify the name for dll by ASP.NET application? I don't wont to distributed application in non-precompiled mode. Thanks.