This makes no sense.
By design, a web.config in a specific directory will override the root web.config
http://www.codeproject.com/aspnet/multipleWebConfig.asp
How is your secondary web.config setup? Do you have your authorization setup correctly in the second file?
<authorization>
<allow roles="administrators" />
<allow users="Admin"/>
<deny users="?" />
</authorization>
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========