We have a classic asp website which requires a .NET exporting component. We have installed a part of the plugin to highcharts/HighchartsExport.aspx (this is the file we call to run it) and the required dlls into the /Bin folder as instructed.
Everything works but I want this .net plugin to run in it's own application pool as we seem to get getting the occasional application crash/recycle and I want to isolate it.
I can use "Convert to application" on the "/highcharts" folder and change the app pool there but what about the /Bin folder.
Obviously I could separate the component onto a completely separate sub-domain but I'd prefer to keep this as one site (+I'm curious about how this works.)