YAFLogo

Posted by: jpweber - Wednesday, 2 May 2012 16:24:52
I have 2 web.config files -- one in my root and one in my YAF /knowledgebase/ directory -- which I have converted to an application in IIS7. Nevertheless, I still get the: [b]It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. C:\Users\Owner\Documents\Visual Studio 2010\WebSites\USS\knowledgebase\web.config 35[/b] My [b]/knowledgebase/[/b] web.config line 35-38 is: [quote] [/quote] My [b]root[/b] web.config, which I'm sure is conflicting, is: [quote] [/quote] I'm having the same issues with authentication as I am with roleManager. Since converting the directory to an application in IIS7 didn't work, is it possible to merge these web.configs? If so how would I go about doing so? Thanks!