我已經創建了一個果園CMS博客與像www.testurl.com一個網址我想有另一個子站點的地址www.testurl.com/subsite如何在IIS7的Orchard CMS下添加ASP.NET MVC子應用程序?
我已經添加在IIS7和果園的應用博客工作正常,但當我嘗試訪問的網址:www.testurl.com/subsite
我得到以下錯誤:
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'Orchard' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 103: Line 104: Line 105: Line 106: Line 107:
Source File: c:\inetpub\wwwroot\Blog\Web.config Line: 105
才能做到這一點?我需要修改Orchard站點還是IIS?
感謝
馬克
我沒有找到一個有效的解決方案來此還,以下博客提出了我嘗試過的解決方案,但遇到了其他問題,它可能適用於其他人:http://runtingsproper.blogspot.com/2010/04/solved-breaking-parent-webc onfig.html我已經設法得到一個令人滿意的解決方法,將我的果園網站移動到一個子網站並讓根網址重新指向新的位置,所以現在所有的網址都按預期工作 – foz1284 2012-01-13 14:25:54
您是否考慮製作您的子MVC網站您的烏節路主站點的模塊?這很容易完成。 – santiagoIT 2012-01-13 17:26:17