Why is the _bin_DeployableAssemblies folder related to web applications?

The _bin_DeployableAssemblies folder was added in VS 2010 SP1 as a common way to build assemblies that do not have a hard dependency.

I believe it was originally added as a way to allow users to bin-deploy MVC, but it seems useful in non-web application environments. In particular, many inversions of control scripts will result in loosely coupled components that do not require a hard link but still require dependent assemblies (usually in the bin directory).

I've searched for .targets files on my system, but the only references to _bin_DeployableAssemblies are for network related purposes. This seems short-sighted, and I'm curious if anyone knows why Microsoft won't include this functionality for other types of applications.

+2
.net asp.net inversion-of-control console-application


source to share


No one has answered this question yet

See similar questions:

3
Deploy assemblies in bin folder without adding project references
0
MVC application built in Visual Studio 2012 doesn't work as expected after deploying to IIS

or similar:

1270
Why not inherit from List <T>?
1109
Why is Dictionary preferred over Hashtable?
1005
How to make an HTTP POST HTTP request
890
How can I get the app path in a .NET console app?
818
ASP.NET Web Site or ASP.NET Web Application?
598
Why do I need an IoC container and not a simple DI code?
nineteen
Why is there a difference in the behavior of an application built in VS 2010 vs VS 2012?
8
Deploying .NET 4.5 Web Application Using Web Deploy
3
Deploy assemblies in bin folder without adding project references
0
How do I force a specific assembly to be loaded into each application domain of an MVC 2 app?



All Articles
Loading...
X
Show
Funny
Dev
Pics