Posted
on Feb 19, 2010
(permalink)
Hi An Vuong.
I have similar problem. Try to use such tags construction.
<location
path="."
inheritInChildApplications="false">
<system.web>
....
</system.web>
</location
Your application in subdirectory will use it's own web.config file.
Regards,
Crusader.