I have published web app A in the root directory and web app B in the /B.
A and B are not dependence.
A use EF6 while B use EF5
I got a series of error messages start at duplicate 'entityFramework'
. How can I use 2 EF version in 2 URL ?
Thank you.