ASP.NET中存储的组件(dll)引用在哪里? [英] Where are components (dll) references stored in ASP.NET?

查看:79
本文介绍了ASP.NET中存储的组件(dll)引用在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在bin目录中有dll.我在解决方案或web.config文件中都看不到它们的引用位置.那么引用存储在哪里?

I have dlls in bin directory. I can't see where they are referenced in either solution or web.config files. So where are the references stored ?

推荐答案

答案取决于您的项目是网站还是 Web应用程序.在Web 站点中,将自动引用bin目录中的所有程序集.Web 应用程序具有您要查找的项目引用.

The answer depends on if your project is a Web Site or a Web Application. In a Web Site all the assemblies in the bin directory are automatically referenced. A Web Application has the project references that you are looking for.

这篇关于ASP.NET中存储的组件(dll)引用在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆