You have created a new ASP.Net web application. You build the solution in Visual Studio .Net. You notice that there is a /bin directory under the virtual directory. Which type of files should you place in this location?
Select Answer:
Assemblies that are used on only this one web application.
Assemblies that are used on web sites on only this web server machine.
Assemblies that are used by web applications anywhere on the network.
Assemblies that are XCOPY'd to the location.
|