Reputation: 27
Say we have an asp.net web app deployed in iis7 like the following. ParentWebSite VirtulDirectory
The web.config in 'ParentWebSite' is automatically inherited in "VirtulDirectory". How can we force the "bin" folder to be also be inherited.The "VirtulDirectory" would also have its own "bin" folder.and dlls present in "ParentWebSite" should be visible also.
Upvotes: 1
Views: 1348