Using the Publish website function on Visual Studio 2005 creates dlls dynamically named e.g. app_xxxx. Does anybody know any way of creating fixed name dll of user choice? You can use the Create Project->ASP.Net Web Application, but that got some drawbacks. Thanks in advance.
Personally find it easier to use the WestWind Asp.Net Compiler which is simply a GUI for the compiler that comes with the frameworks - can set the names for the DLLs and compile them to a single file.