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
Hi Adam,
It has been some time since your post, however in case you still need assistnace I would be glad to help.
In this scenario I suggest that you take a look at the following article on the topic of working with multiple web.config files:
http://www.codeproject.com/Articles/11034/Working-with-more-than-one-Web-config-file
Please feel free to contact me if you have any questions.