如何在VS中将虚拟目录映射到网站?
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您不会为此使用虚拟文件夹,因为引用母版页的任何页面都将与母版页位于同一应用程序空间中(请记住,母版页只是用户控件)。您可以使用 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"