|
|
Choosing A Webhost: |
Re: Web.config for firebird: msg#00125db.firebird.dotnetprovider
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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Threading Issue, Carlos Guzmán Álvarez |
|---|---|
| Next by Date: | Re: Web.config for firebird, Jiri Cincura |
| Previous by Thread: | Re: Web.config for firebird, Alessio Ferrari |
| Next by Thread: | Re: Web.config for firebird, Jiri Cincura |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |