Re: [Firebird-net-provider] Exception using Firebird .NET provider and SimpleMembershipProvider in MVC4

2013-02-27 Thread Mercea Paul
Hi Markus On 2013.02.27 4:33 PM, Markus Ostenried wrote: > Hi all, > > I've been using Firebird with Delphi for many years, wrote a few .NET > applications and have experience in web development. > However: I never did web development with .NET and my only experience > with the Firebird .NET provi

Re: [Firebird-net-provider] Exception using Firebird .NET provider and SimpleMembershipProvider in MVC4

2013-02-27 Thread Jiri Cincura
I think you're better writing your own membership, simply username/password, maybe roles. It will give you more flexibility and benefits. Membership providers are not that much fun in 2013. :) But if you want to use it anyway, you have to create the database yourself using the scripts provided. Als

[Firebird-net-provider] Exception using Firebird .NET provider and SimpleMembershipProvider in MVC4

2013-02-27 Thread Markus Ostenried
Hi all, I've been using Firebird with Delphi for many years, wrote a few .NET applications and have experience in web development. However: I never did web development with .NET and my only experience with the Firebird .NET provider was a hello world program in Mono on Debian a few years ago. My