On Tue, 10 Jun 2008 10:27:18 -0400
"Rolando Martinez" <[EMAIL PROTECTED]> wrote:

> Hi Marek,
Hey Rolando,

> my web config is the next (just a part)
> 
>  <membership defaultProvider="l10nMembershipProvider">
>       <providers>
> 
> <clear/>
> 
>         <add name="l10nMembershipProvider"
> type="l10nCommunity.WebManagement.l10nMembershipProvider,
> l10nCommunity.WebManagement, Version=1.0.0.0, Culture=neutral"
> connectionStringName="LocalMySqlServer" enablePasswordRetrieval="false"
> enablePasswordReset="true" requiresQuestionAndAnswer="true"
> applicationName="/" requiresUniqueEmail="false" passwordFormat="clear"
> maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7"
> minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10"
> passwordStrengthRegularExpression="" />
>       </providers>
>     </membership>
It looks correct.
 
> And my assembly is called l10nCommunity.WebManagement.dll, and my class is
> the next...
> 
> namespace l10nCommunity.WebManagement
> {
>     public class  l10nMembershipProvider : MembershipProvider
>     {.........
> 
> With this I can work using windows (the runtime of microsoft) but in linux I
> can't. I thought that may be the error is because the name the assembly is
> not the same that the name inside of web.config but that was checked ;(.
Can you run xsp2 from the directory your application sits in and see if you get 
any
messages except for the standard XSP banner?

best regards,

marek
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to