Nested virtual directory or application within sitecore site, is it possible

前端 未结 2 844
夕颜
夕颜 2021-01-16 15:55

I would like to nest asp.net web app within sitecore site, something like this:


   .
         

        
2条回答
  •  感动是毒
    2021-01-16 16:47

    You should be able to create a virtual app under a Sitecore root path. Because its an app it will use its own app pool and you can have a web.config for it. I guess the physical files will be OUTSIDE of the Sitecore Website folder but the from a URL you can make the virtual app located anywhere below the Sitecore root.

提交回复
热议问题