I have one application "App1" under IIS. Inside "App1" I have another application called "App2", in IIS. They both have web.configs and each needs to read their own.
On one server configuration this is not an issue. On another, it didn't like the fact that the connection string values are in both files.
Would this indicate that the "App1" web.config is first?
Our server guys say that the configuration is the same. Has anyone see this before?