开发者

how to move the code-behind Assemblies/DLLs to a different folder than /BIN with ASP.NET

开发者 https://www.devze.com 2023-04-01 04:15 出处:网络
How can I move the code-behind Assemblies/DLLs to a different folder than /BIN with ASP.NET or group/merge those DLLs in /Bin to one DLLs开发者_开发百科 file? I want to separate DLLs files as its purp

How can I move the code-behind Assemblies/DLLs to a different folder than /BIN with ASP.NET or group/merge those DLLs in /Bin to one DLLs开发者_开发百科 file? I want to separate DLLs files as its purpose.


You can use ILMerge to merge all your DLL files into one. http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx


Take a look at this question inre to storing the DLL outside of the BIN folder:

Reference DLLs in ASP.NET without \Bin or GAC

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号