具有在 ASP.NET 中运行代码的虚拟目录的 IIS 应用程序
如果我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,假设所有文件夹都在同一应用程序下运行。如果“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.