Hi everybody,
I am facing problem while adding multiple web config files in one web
application. Here explaining the issue below.
In my project we are using telerik controls and started project with
telerik version "2008.2.1001.35". But later on some new modules were
developed in version "2009.2.826.35". Now while integrating all the
modules our aim was to run our application with both versions of
assemblies present in GAC. here is the approach we have taken.
1. Created different web.config files ("one for the entire solution"
and "other for new modules which is present in sub folders")
for older modules :
<bindingRedirect oldVersion="2009.2.826.35"
newVersion="2008.2.1001.35"/>
for new modules the setting in web.config:
<bindingRedirect oldVersion="2008.2.1001.35"
newVersion="2009.2.826.35"/>
but having done that, its still not working because always the
application level web.config overwrites the folder level one.
Please help.
Thanks
Priyabrata