I have a trivial VB.Net application I'm trying to deploy. The code is from quickstarts.asp.net. It uses a custom Login control. The Web.config uses the mono SqliteMembershipProvider and I've created an sqlite database using a script from http://mono-project.com/Guide:_Porting_ASP.NET_Applications http://mono-project.com/Guide:_Porting_ASP.NET_Applications
Here's the http://www.nabble.com/file/p24506918/web.config web.config The trick is, it works in MonoDevelop - builds, runs flawlessly - but not when I copy everything to my apache root web directory. MonoDevelop has no problems with my "App_Data/aspnetdb.sqlite" file. Now I know when I get... ------------- 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] ... ------------- ...it's some problem with the sqlite database or its location or the resolution thereof. mod_mono is using Autohosting. Did I forget something? Thanks. -- View this message in context: http://www.nabble.com/trouble-deploying-my-application-tp24506918p24506918.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
