Asp.Net 发布问题
我正在 asp.net 中发布我的网站,但我遇到了一个小问题,我将用屏幕截图向您解释我的问题
这是我的解决方案资源管理器,如您所见,我有 2 个 ApprovalListing 页面,其中一个在我的员工文件夹中,其他在我的订单文件夹中
现在我使用发布向导发布我的网站并使用使用固定命名和单页程序集
现在的问题是,正如我告诉你的那样,我有 2我的解决方案中的 ApprovalListing 以及当我发布网站时,哪个 dll 是我的 EmloyeeApprovalListing 和 OrderApprovalListing。任何人都可以指出我该如何检查吗?
I am publishing my website in asp.net but i am in a small problem i will explain you my problem with screenshot
This is my Solution Explorer as you see I have 2 ApprovalListing pages one in my Employee Folder and Other in my Order Folder
Now i publish my website using Publish Wizard and used Use Fixed naming and Single Page Assemblies
and Now the problem is as i have told you i have 2 ApprovalListing in my Solution and when i publish my website which dll is my EmloyeeApprovalListing and OrderApprovalListing. Can any 1 point out how can i check that out ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开每个相应的 aspx 页面并查看顶部的参考。它会说明每个页面使用哪个 DLL。
例如,一页会显示如下内容:
其中
cdcab7d2
将对应于其中一个 DLLOpen each corresponding aspx page and look at the reference on the top. It will say which DLL is used by each page.
For example, one page will say something like:
where
cdcab7d2
will correspond to one of the DLLs