Hi, I'm trying to integrate YAF 1.9.3.3 to my existing application under the folder 'forum'
I moved all the .dll's under the bin folder and App_Code/YAF directory under my App_Code directory.
I combined all the config files under my web.config file
Now I'm getting this error:
'/forum/pages/forum.ascx' virtual path points another not-permited application
Error Source:
Satır 79: try
Satır 80: {
Satır 81: YAF.Classes.Base.ForumPage forumControl = ( YAF.Classes.Base.ForumPage ) LoadControl( src );
Satır 82: forumControl.PageTitleSet += new EventHandler( forumControl_PageTitleSet );
Satır 83:
Kaynak Dosya: c:\Documents and Settings\Kaan\Desktop\EM-YAF\App_Code\YAF\Forum.cs Satır: 81
Yığın İzleme:
[ArgumentException: '/forum/pages/forum.ascx' sanal yolu izin verilmeyen başka bir uygulamayı gösteriyor.]
System.Web.VirtualPath.FailIfNotWithinAppRoot() +3199906
System.Web.Compilation.BuildManager.ValidateVirtualPathInternal(VirtualPath virtualPath, Boolean allowCrossApp, Boolean codeFile) +3480984
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +102
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +93
System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +76
System.Web.UI.TemplateControl.LoadControl(String virtualPath) +23
YAF.Forum.Forum_Load(Object sender, EventArgs e) in c:\Documents and Settings\Kaan\Desktop\EM-YAF\App_Code\YAF\Forum.cs:81
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Any help would be greatly appreciated.
Thanks in advence.