|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
asp:login fails at LIVE location?Thanks for monodevelop, it's a lovely tool!
But, I have a problem that when I copy from my DEV environment to LIVE the asp:login control does not allow me to login, it's like it cannot find aspnetdb.sqlite. I get the following error "Your login attempt was not successful. Please try again." I also tried asp:CreateUserWizard but get the following error: I turned on web.config tracing but it gave me no more information than that displayed above. I wonder where else I can find the trace referred to? I look forward to hearing from you, Dale E. Moore _______________________________________________ Monodevelop-list mailing list Monodevelop-list@... http://lists.ximian.com/mailman/listinfo/monodevelop-list |
|
|
Re: asp:login fails at LIVE location?asp:login works fine when run in MD, but; fails when I copy the project folder to /var/www. Should I use a different connection than this:
<add name="sqliteConnection" connectionString="Data Source=|DataDirectory|/aspnetdb.sqlite;version=3" providerName="Mono.Data.Sqlite" /> I've been kind of pulling my hair out on this issue, so; I went into the mono source and pulled the asp:net sqlite connection and used it... I was hoping it would work, but; asp:login still does not let me login. I look forward to your help, Dale E. Moore _______________________________________________ Monodevelop-list mailing list Monodevelop-list@... http://lists.ximian.com/mailman/listinfo/monodevelop-list |
|
|
Re: asp:login fails at LIVE location?Dale E. Moore wrote:
> asp:login works fine when run in MD, but; fails when I copy the project > folder to /var/www. Should I use a different connection than this: > <add name="sqliteConnection" > connectionString="Data > Source=|DataDirectory|/aspnetdb.sqlite;version=3" > providerName="Mono.Data.Sqlite" > /> If your live location is powered by Apache, you have to assure that App_Data is actually writable by the Apache user. Robert _______________________________________________ Monodevelop-list mailing list Monodevelop-list@... http://lists.ximian.com/mailman/listinfo/monodevelop-list |
|
|
Re: asp:login fails at LIVE location?Thanks Robert!
I tried # chmod a+rw -R /var/www/tracktrip and still cannot login, Dale
Robert Jordan ... Sun Nov 1 12:40:59 EST 2009 If your live location is powered by Apache, you have to assure that App_Data is actually writable by the Apache user. Robert _______________________________________________ Monodevelop-list mailing list Monodevelop-list@... http://lists.ximian.com/mailman/listinfo/monodevelop-list |
| Free embeddable forum powered by Nabble | Forum Help |