stevenSw--
Thanks for the response. The article you referenced addresses the appSettings element. I'm specifically looking for help on storing location elements in an external file. Unfortunately I had tried the following but this does not work:
<location file="externalLocations.config"/>
...externalLocations.config...
<
location path="Apps/QA/OCR/UploadScans">
<system.web>
<authorization>
<allow roles="Admin, OCRUploadUser"/>
<deny users="*"/>
</authorization>
</system.web> v</location>
<location path="Apps/QA/OCR">
<system.web>
<authorization>
<allow roles="Admin, OCRAdmin, OCRAnalyst, OCRCoordinator"/>
<deny users="*"/>
</authorization>
</system.web>
</location>