[MonoDevelop] asp:login fails at LIVE location?

Robert Jordan robertj at gmx.net
Sun Nov 1 12:40:59 EST 2009


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



More information about the Monodevelop-list mailing list