具有在 ASP.NET 中运行代码的虚拟目录的 IIS 应用程序

发布于 2024-08-07 14:16:35 字数 238 浏览 5 评论 0原文

如果我在 IIS 中有一个带有虚拟目录的 ASP.NET 应用程序,那么虚拟目录中的 aspx 页面也可以访问该应用程序中的 DLL 吗?

WEBSITE  
 -App___Data  
 -App_Themes  
 -Bin  
   -MyDLL.dll  
 -Images  
 -MyVirtualDir  
   -MyAspPageThatNeedsToAccessMyDll.aspx  

这可能吗?

If I have an ASP.NET application in IIS with virtual directories, can aspx pages in the virtual directories access DLLs within that application as well?

WEBSITE  
 -App___Data  
 -App_Themes  
 -Bin  
   -MyDLL.dll  
 -Images  
 -MyVirtualDir  
   -MyAspPageThatNeedsToAccessMyDll.aspx  

Is this possible?

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

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

发布评论

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

评论(1

世界如花海般美丽 2024-08-14 14:16:35

是的,假设所有文件夹都在同一应用程序下运行。如果“MyVirtualDir”是它自己的应用程序,那么我认为它不起作用。

Yes, assuming that all the folders are running under the same application. If the "MyVirtualDir" was its own application, then I don't think it'll work.

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