Is there a way to enable assembly binding logging for a single web application?

I want to troubleshoot an assembly binding issue in a web application hosted on a shared development server with an assembly binding binding feature.

I don't want to enable it via the registry because it will slow down any other .NET application on the server. Is there a way to enable it only for my web application, for example by adding something to my web.config?

+3


source to share





All Articles