The title pretty much says it all.
Given a web site project in VS2008 named FooDLL, I would like to be able to specify the name of the assembly that VS2008 spits out when I click "Publish Web Site". I am using the "use fixed naming and single page assemblies" option, so the resulting DLL is consistently named.
However, I would much rather be able to specify that the DLL is named something like FooDLL.dll
(or just Foo.dll
, whatever) than be stuck with the ugliness of App_Web_foo.ascx.cdcab7d2.dll
.
Am I stuck since Web Sites don't have .project
files (e.g. aren't projects)?