<configuration><location path="Folder Name/File Name"> <system.web> -- Settings Here ------ </system.web> </location></configuration>
<location path="sample.aspx"> <system.web> <authorization allow="*"/> <httpRuntime maxRequestLength="2097151" executionTimeout="3600" useFullyQualifiedRedirectUrl="true"/> </system.web> </location>