Asp.Net 发布问题

发布于 2024-12-05 09:26:18 字数 541 浏览 0 评论 0原文

我正在 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

enter image description here

Now i publish my website using Publish Wizard and used Use Fixed naming and Single Page Assemblies

enter image description here

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 ?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

得不到的就毁灭 2024-12-12 09:26:18

打开每个相应的 aspx 页面并查看顶部的参考。它会说明每个页面使用哪个 DLL。

例如,一页会显示如下内容:

...inherits="ApprovalListing, App_Web_about.aspx.cdcab7d2" %>

其中 cdcab7d2 将对应于其中一个 DLL

Open 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:

...inherits="ApprovalListing, App_Web_about.aspx.cdcab7d2" %>

where cdcab7d2 will correspond to one of the DLLs

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文