Robert Jordan wrote: > > Please don't cut exceptions. >
Sorry. Here's the full trace: *** Server Error in '/' Application Operation aborted due to an exception (see Trace for details). Description: HTTP 500. Error processing request. Stack Trace: System.Configuration.Provider.ProviderException: Operation aborted due to an exception (see Trace for details). at System.Web.Security.SqliteMembershipProvider.ValidateUser (System.String username, System.String password) [0x00000] at System.Web.UI.WebControls.Login.AuthenticateUser () [0x00000] at System.Web.UI.WebControls.Login.OnBubbleEvent (System.Object source, System.EventArgs e) [0x00000] at System.Web.UI.Control.RaiseBubbleEvent (System.Object source, System.EventArgs args) [0x00000] at System.Web.UI.WebControls.Button.OnCommand (System.Web.UI.WebControls.CommandEventArgs e) [0x00000] at System.Web.UI.WebControls.Button.RaisePostBackEvent (System.String eventArgument) [0x00000] at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument) [0x00000] at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, System.String eventArgument) [0x00000] at System.Web.UI.Page.RaisePostBackEvents () [0x00000] at System.Web.UI.Page.ProcessRaiseEvents () [0x00000] at System.Web.UI.Page.InternalProcessRequest () [0x00000] at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433 *** The page does work. I get this when I hit the login button and the Login control attempts to authenticate the user/pass. Robert Jordan wrote: > > Did you check that the Apache account is allowed to write to > App_Data/aspnetdb.sqlite? > 'ps' reports that apache2 (all but the root one) and mono are running as user www-data. All files and directories are read/write user www-data. I'll keep playing with web.config. -- View this message in context: http://www.nabble.com/trouble-deploying-my-application-tp24506918p24508381.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
