如何在VS中将虚拟目录映射到网站?

发布于 2024-09-02 18:00:39 字数 226 浏览 3 评论 0原文

我正在开发一个 C# VS 2008 网站,尝试添加主文件。我在 IIS 中创建了一个虚拟目录,其中包含“Master”文件夹,其中包含主文件。

现在我如何在 VS 中从我的网站引用这些文件?一个问题是我不知道需要将此主文件夹发布到哪里。另一个问题是我不知道如何在我的 aspx 页面指令中引用这个主文件。

仅供参考,此主文件夹物理上位于 c:\inetpub\ 之外的完全独立的文件位置。这是一个问题吗?

I am developing a C# VS 2008 website, trying to add a Master file. I created a virtual directory in IIS housing the "Master" folder, containing the Master files.

Now how do I reference these files from my website in VS? One problem is I do not know where I need to publish this Master folder to. Other problem is I do not know how to reference this Master file in my aspx Page directive.

FYI, this master folder is physically located outside of c:\inetpub\ in a totally separate file location. Is this a problem?

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

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

发布评论

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

评论(1

作业与我同在 2024-09-09 18:00:39

我认为您不会为此使用虚拟文件夹,因为引用母版页的任何页面都将与母版页位于同一应用程序空间中(请记住,母版页只是用户控件)。您可以使用 Visual Studio 或 Expression Web 选择“从母版页创建”来创建子页面

I don't think you'll get away with using a virtual folder for that because any pages that refer to the master page will be in the same application space as the master page (remember that master pages are just user controls). You create child pages by using Visual Studio or Expression Web to select "create from master page"

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