Jiri thanks for the step by step infor. I did add the lines of code you suggested and I keep getting an error.

Thanks in advanced. Please read below.

Charles

 

----------------- Error -------

Server Error in '/StarsNetLimo' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized configuration section 'connectionStrings'

Source Error:

Line 11:
Line 12:
Line 13: 	<connectionStrings>
Line 14: 		<add name="StarsNL" connectionString="port=3050;charset=NONE;dialect=3;servertype=0;datasource=127.0.0.1;database=&quot;C:\Stars Limo Web Administration\Database\STARSNETLIMO.FDB&quot;;userid=SYSDBA;password=masterkey" providerName="FirebirdSql.Data.FirebirdClient"/>
Line 15: 	</connectionStrings>

Source File: C:\Stars_Limo_WebSite\Published Site\web.config    Line: 13

---------------------------------

my web.config file looks like this.

------------------ Web.Config ------------

<?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>


 <connectionStrings>
  <add name="StarsNL" connectionString="port=3050;charset=NONE;dialect=3;servertype=0;datasource=127.0.0.1;database=&quot;C:\Stars Limo Web Administration\Database\STARSNETLIMO.FDB&quot;;userid=SYSDBA;password=masterkey" providerName="FirebirdSql.Data.FirebirdClient"/>
 </connectionStrings>

 <system.data>

   <DbProviderFactories>
      <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>

 <appSettings/>
 <system.web>

  <!--
            Set compilation debug="true" to insert debugging
            symbols into the compiled page. Because this
            affects performance, set this value to true only
            during development.
        -->
  <compilation debug="false">
   <assemblies>
    <add assembly="DevExpress.Web.ASPxDataControls, Version=2.5.1.0, Culture=neutral, PublicKeyToken=79868B8147B5EAE4"/>
    <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"/>
    <add assembly="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
    <add assembly="FirebirdSql.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3D06A02581B682F8"/>
    <add assembly="FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3750ABCC3150B00C"/></assemblies></compilation>
  <!--
            The <authentication> section enables configuration
            of the security authentication mode used by
            ASP.NET to identify an incoming user.
        -->
  <authentication mode="Windows"/>
  <!--
            The <customErrors> section enables configuration
            of what to do if/when an unhandled error occurs
            during the execution of a request. Specifically,
            it enables developers to configure html error pages
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
 </system.web>

 

</configuration>

------------------------------------------------


From:  Jiri Cincura <[EMAIL PROTECTED]>
Reply-To:  firebird-net-provider@lists.sourceforge.net
To:  firebird-net-provider@lists.sourceforge.net
Subject:  Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server
Date:  Sat, 22 Apr 2006 19:41:31 +0200
>On 22.4.2006 19:30 Jiri Cincura wrote:
>>On 22.4.2006 16:52 Charles Urbina wrote:
>>>Thanks Jiri. I look forward to your email.
>>
>>Well, try to use this
>>http://blog.vyvojar.cz/jirka/archive/2006/04/22/7975.aspx
>
>I'll also add title to another user can search this better in
>archive.
>
>Deploying the ASP.NET application which is using Firebird .NET Data
>Provider (with design-time support):
>http://blog.vyvojar.cz/jirka/archive/2006/04/22/7975.aspx
>
>
>--
>Jiri Cincura
>http://www.cincura.net/
>
>
>-------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services,
>security?
>Get stuff done quickly with pre-integrated technology to make your
>job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache
>Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>Firebird-net-provider mailing list
>Firebird-net-provider@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to