Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
355
Application in subdirectory NOT using it's own web.config & I have a different assembly in the "sub" app
posted

I have a website built (job board) using V10.3 of the Infragistics controls.

I have a 2nd application (skills checklists) in a subdirectory of main (job board) application.

The subdirectory is configured as a virtual directory. The 2nd application (skills checklists) use V11.1 of the Infragistics controls.

The 2nd app works perfectly on it's own but when it's in the subdirectory it tries to load the v10.3 dll's and it fails. 

I believe I have everything set so the 2nd app uses the local web.config but it's not happening.

Inetpub\wwwroot\jobboard  (main app - job board)

Inetpub\wwwroot\jobboard\web.config

Inetpub\wwwroot\jobboard\Checklists (2nd app - skills checklists)

Inetpub\wwwroot\jobboard\Checklists\web.config

I will have to install the checklists with slight variations on 5 of our job boards so I can't just upgrade all of the primary applications to V11.1.

What am I doing wrong?

Thank you, Adam