c# - How can I use EF5 in the nest website when EF6 in the root website -


i have published web app in root directory , web app b in /b.

a , b not dependence.

a use ef6 while b use ef5

i got series of error messages start @ duplicate 'entityframework'. how can use 2 ef version in 2 url ?

thank you.


Comments