User-380220413 posted
I have an asp.net application that has 2 web.config files:
A) someURL/web.congig
and
B) someURL/serverwebadaptor/web.config
B was installed when setting up a Web Adapter from Esri ArcGIS and this has been working for years.
Now we're migrating to a new server with the exact same configuration but now we're getting a conflict between the 2 web.config files.
web.config "A" has this line in it:
<add assembly="Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
which is crashing the web adapter. If I rem out that line of code everything works but I cannot run reports.
Question: We're getting some kind of conflict between these config files which I don't understand. Is there a special way I should be dealing with them (2 web.config files in the same app)?
Thanks.