DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39007>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39007 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-25 17:12 ------- WebResource.axd is one of the ASP.NET standard request handlers, which gets called instead of the actual file; the actual file does not need to be present. However, as stated in bug 33880, mod_aspdotnet makes sure that all files exist before shunting the call to the ASP.NET engine. As you saw, adding an empty file WebResource.axd resolved the problem. When the patch for 33880 is rolled into the binary, this problem can also be fixed by using "AspNet on" or "AspNet +virtual". It would be nicer and safer though if there was another patch on top of that to deal with the standard handlers (trace.axd, WebResource.axd) with no changes, so if Mr. Rowe doesn't mind I'm not marking this as a dupe but as a dependancy. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.