Alessio Ferrari wrote:
> Hi all,
> I have the same problem with integration to FirebirdSql.Web.Providers to use
> the membership authentication.
>
> How do you resolve the problem?
>
This is a part of my web.config, used in my app (it's a little bit older app):
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings/>
<connectionStrings>
--- hidden ---
</connectionStrings>
<system.data>
<DbProviderFactories>
<remove invariant="FirebirdSql.Data.FirebirdClient"/>
<add name="FirebirdClient Data Provider"
invariant="FirebirdSql.Data.FirebirdClient" description=".Net Framework Data
Provider for Firebird"
type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory,
FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=3750abcc3150b00c"/>
</DbProviderFactories>
</system.data>
<system.web>
<membership defaultProvider="FbNewMembershipProvider">
<providers>
<add
connectionStringName="RssAggregatorConnectionString"
passwordFormat="Hashed"
name="FbNewMembershipProvider"
type="FbNewMembershipProvider"
applicationName="RSSAggregator"
requiresQuestionAndAnswer="true"
enablePasswordRetrieval="false"
minRequiredPasswordLength="6"
requiresUniqueEmail="false"
/>
</providers>
</membership>
<siteMap defaultProvider="default" enabled="true">
<providers>
<clear />
<add name="default"
type="System.Web.XmlSiteMapProvider"
siteMapFile="Web.sitemap"
securityTrimmingEnabled="true" />
</providers>
</siteMap>
--- hidden ---
<authentication mode="Forms">
--- hidden ---
</authentication>
<compilation debug="true">
<assemblies>
<add assembly="FirebirdSql.Data.FirebirdClient, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=3750ABCC3150B00C"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
</assemblies>
</compilation>
<customErrors mode="RemoteOnly"/>
</system.web>
<system.net>
<mailSettings>
--- hidden ---
</mailSettings>
<settings>
<!-- <httpWebRequest useUnsafeHeaderParsing="true" /> -->
</settings>
</system.net>
</configuration>
--
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider