Re: AspNet Dirs not enabled for ....
Brought to you by:
wrowe
From: Tobias P. <ma...@to...> - 2012-04-09 12:55:09
|
Hi Rob, my guess is that you have to use <Directory C:/Inetpub/wwwroot/MM1053/files/> AspNet Files Virtual Dirs </Directory> or similar, as the "AspNet" instruction is per-directory: If you have another AspNet instruction later in your configuration file (for the same "directory"), it overrides all previous ones. http://httpd.apache.org/docs/2.0/mod/core.html#location says "Use <Location> to apply directives to content that lives outside the filesystem. For content that lives in the filesystem, use <Directory> and <Files>." Best, Tobias |