[Mono-list] ConfigurationErrorsException, running web application with xsp.
Rolando Martinez
rolandomartinezg at gmail.com
Tue Jun 10 12:44:06 EDT 2008
I ran the xsp2 inside of my webapplication folder
rmartinez at rmartinez-desktop:/var/www/l10nCommunity/l10nCommunityWebApplication$
xsp2
xsp2
Listening on port: 8080 (non-secure)
Listening on address: 0.0.0.0
Root directory: /var/www/l10nCommunity/l10nCommunityWebApplication
Hit Return to stop the server.
But xsp2 didn't throws any exceptions or error messages =(.
Regards,
Rolando.
(thank you for your time)
2008/6/10 Marek Habersack <grendel at twistedcode.net>:
> On Tue, 10 Jun 2008 10:27:18 -0400
> "Rolando Martinez" <rolandomartinezg at gmail.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080610/43187fc5/attachment.html
More information about the Mono-list
mailing list