:wave: I am running into a config error when I try to upload files.
Parser Error Message: Could not load file or assembly 'App_Code' or one of its dependencies. The system cannot find the file specified.
Line 27: <httpRuntime maxRequestLength="1000000"/>
Line 28: <httpHandlers>
Line 29: <add verb="*" path="/BatView.aspx" type="ImgHandler, App_Code"/>
Line 30: </httpHandlers>
Line 31: <trace enabled="true" pageOutput="true"/>
