【发布时间】:2009-05-22 22:49:46
【问题描述】:
我一直在使用 wsp 解决方案,我遇到了一个问题,即如何从 sharepoint Web 应用程序中访问位于文件系统上的 aspx 文件。例如,这是我的 Visual Studio Explorer 视图……
alt text http://abbeylegal.com/downloads/alp%20solution%20image.jpg
你可以看到我创建的 aspx 文件,当我在我的 sharepoint Web 应用程序中浏览到这个文件时,URL 是
http://example.org/alplogin.aspx
如果我希望通过更深的 URL 访问此网页……
例如http://example.org/adminstration/servererrrors/alplogin.aspx
我是否需要使用我的 Visual Studio 解决方案创建这些虚拟文件夹,以便一对一映射到我想要的更深层次的共享点 Web 应用程序 URL?
【问题讨论】:
标签: sharepoint moss wss