[Firebird-net-provider] Asp.Net MVC - Log in failure with FbMembership

2011-09-15 Thread Mercea Paul

Hi
I'm developing new web app on ASP.Net MVC3, Fb 2.5, NetProvider 2.6.5, 
web provider 2.6, machine is Windows 7 Professional x64.


I have set membership in web.config as :
membership defaultProvider=FBMembershipProvider
providers
clear /
add applicationName=/
connectionStringName=cs_FB enablePasswordRetrieval=false 
enablePasswordReset=true requiresQuestionAndAnswer=false 
requiresUniqueEmail=false passwordFormat=Hashed 
maxInvalidPasswordAttempts=5 minRequiredPasswordLength=6 
minRequiredNonalphanumericCharacters=0 passwordAttemptWindow=10 
name=FBMembershipProvider 
type=FirebirdSql.Web.Providers.FbMembershipProvider, 
FirebirdSql.Web.Providers, Version=2.6.0.0, Culture=neutral, 
PublicKeyToken=3d06a02581b682f8 /


I can register user, and new user is automatically log in application, 
if I try after log off, i get following error:


Login was unsuccessful. Please correct the errors and try again.

   * The user name or password provided is incorrect.

I have tried older version of NetProvider and WebProvider but 
unsuccessfully .

Where should I look ?

Tia,
Paul

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Asp.Net MVC - Log in failure with FbMembership

2011-09-15 Thread Jiri Cincura
On Thu, Sep 15, 2011 at 7:49 PM, Mercea Paul paul.mer...@almexa.ro wrote:
 Where should I look ?

Check whether some exception was thrown.

-- 
Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] SPAM-LOW: Re: Asp.Net MVC - Log in failure with FbMembership

2011-09-15 Thread Mercea Paul
On 2011.09.15 9:05 PM, Jiri Cincura wrote:
 Check whether some exception was thrown.

Hi Jiri

There's no exception.

In debug on Account controler after line
 if (Membership.ValidateUser(model.UserName, model.Password))
is a salt directly to else
ValidateUser method doesn't return any exception.

I will investigate tomorrow...today i have tried with sqlprovider and 
work ok, with same code.

ps. if i has tried with web provider and net provider version 2.0 i get 
an error,but i think is about data format /ODS from FB 2.5.

Thanks,
Paul

___



--
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider