Lookup inheritance.
It sounds like it is inheriting some things from the other app.
You can use remove statments in the failing applications web.config to remove the specific references that are causing trouble, or in both web configs try adding the following tags around the entire config files.
These should stop either appliations inherting from each other, i think.
<location inheritInChildApplications
</location>
Main Topics
Browse All Topics





by: DarkoLordPosted on 2008-05-03 at 18:43:40ID: 21494303
Hi,
en-us/libr ary/ ms1786 85.aspx#co nflicts_be tween_sett ings_on_vi rtual_and_ physical_p aths
check this link for more information: http://msdn.microsoft.com/