วันจันทร์ที่ 19 ตุลาคม พ.ศ. 2552

Prevent Web.config inheritance

add <location inheritInChildApplications="false"> to surround setting section your top level web application

ex.

<configuration>

<location path="." inheritInChildApplications="false">

<system.web>

<!-- Your Setting -->

</system.web>

</location>

</configuration>

ไม่มีความคิดเห็น: