I would try to change the parameter
<add key="umbracoReservedPaths" value="/umbraco,/install/" />
to
<add key="umbracoReservedPaths" value="/umbraco,/install/,/folder/" />
Reason otherwise umbraco takes the url and rewrites it to something else and the default.asp does not get called.