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=33880>. 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=33880 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-10 18:10 ------- Im sorry for my poor English. I decided to use MonoRail and Apache within Windows platform. Then I tested mod_aspnet. But it has error. I patch ASF Bugzilla Bug 33880 (http://issues.apache.org/bugzilla/show_bug.cgi?id=33880) at revision 280009 and retest. I found out problem. The mod_aspnet does not well working with httpHandlers. Especially path dose not exists. I show example. Note that myapp is application both root and home folder and index.rails file does not exists. Example 1:not working) Link : http://localhost/myapp/home/index.rails Messgae : Server Error in '/myapp' Application. Trace Stack -> [HttpException]: File does not exist. at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context) at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) Example 2:may be working) Link : http://localhost/myapp/index.rails Error message : Controller not found. Area: ''. Controller Name: ''. Stack Trace-> [RailsException]: Controller not found. Area: ''. Controller Name: ''. at Castle.MonoRail.Framework.Internal.AbstractControllerFactory.CreateControllerInstance(String area, String name) at Castle.MonoRail.Framework.Internal.AbstractControllerFactory.GetController(UrlInfo urlInfo) at Castle.MonoRail.Engine.ProcessEngine.Process(IRailsEngineContext context) at Castle.MonoRail.Engine.MonoRailHttpHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) I dont thing this is problem of MonoRail. I will post this bug both forum. Then I want this bug will be fixed in future mod_aspnet versions. -- 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.
