Given an application /main, and several sub-apps /main/sub1, /main/sub2 ...
On IIS, configured each sub directory as applications and it works (web.config's are inherited)...
Can't figure out how to configure them in Apache2
AspNetMount /main/sub1 "c:\main\sub1"
AspNetMount /main "c:\main"
does not works (asp.net does not treat each directory as application)...
----------
First. Each app have it's own web.config.
Second. Inverting order does not affect the result.
Omiting sub-mounts does not change the result.
It's not an apache error. ASP.NET informs that some web.config instructions
must have been declared at application level, same on IIS when directories are
not configured as applications.