Menu

#5 Subdirs not treated as independent applications

open
nobody
5
2007-10-03
2007-10-03
No

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.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36083

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.