问题描述
我想窝asp.net web应用程序Sitecore的网站中,这样的事情:
I would like to nest asp.net web app within sitecore site, something like this:
<sitecore web root folder>
.
<virtual directory/app folder>
我想通过使用下面的URL访问Sitecore的网站:
I want to access sitecore site by using following url:
http://<whatever site name>
和我想通过下面的URL访问web应用程序:
and I would like to access web app by using following url:
http://<whatever site name>/<whatever virtual directory/app alias>
这可能吗?
我试过了,但是当我尝试访问我的web应用程序(不Sitecore的),那么Web应用程序抱怨缺少Sitecore的。
我相信这是因为现在我有两个配置文件答当访问Web应用程序IIS / asp.net处理第一Sitecore的web.config文件。
I tried it but when I try to access my web app (not sitecore) then web app complains about missing sitecore.I believe that is because now I have two config files ans when accessing web app iis/asp.net processing first sitecore web.config.
推荐答案
右键,你的假设是正确的。请参见一个虚拟目录创建一个项目文章有关这种设置的更多信息。
Right, your assumption is correct. See Creating a project in a virtual directory under Sitecore root article for more information about this kind of setup.
这篇关于嵌套的虚拟目录或网站Sitecore的应用中,是有可能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!