I have the following code in a web.config file of the default IIS site.
<httpModules>
<add type="MDL.BexWebControls.Charts.ChartStreamHandler,Charts" name="ChartStreamHandler"/>
</httpModules>
Then when I setup and browse to a virtual directory I get this error
Could not load file or assembly 'Charts' or one of its dependencies. The system cannot find the file specified.
The virtual directory is inheriting the modules from the default web.config.
How do you stop this inheritance?