What I don't know is where in FluorineFX web.config put this XML
<configuration>
  <configSections>
    <section name="dataConfiguration"
          type="Microsoft.Practices.EnterpriseLibrary.
          Data.Configuration.DatabaseSettings, Microsoft.
          Practices.EnterpriseLibrary.Data" />
  configSections>
  <connectionStrings>
    <add
        name="Northwind" 
        providerName="System.Data.SqlClient"
        connectionString="Data Source=(local);Initial Catalog=
                        Northwind;Integrated Security=True" />
  connectionStrings>
  <dataConfiguration defaultDatabase="Northwind"/>
configuration>


--- In [email protected], "Vladimir" <vladak...@...> wrote:
>
> Hi all,
> 
> I have one problem, I used enterprise library Data Access Application block 
> for my .net project (GUI was built in windows forms) and app.config was 
> stored in GUI project. Now I switched from main windows form project to 
> fluorineFx site project and I can't access my database anymore. I don't know 
> anymore how to locate this app.config and I don't know what to put in 
> web.config because I think that now old app.config data should be in new 
> FluorineFX web.config. And now I cant point my .net code from flex :(
> 
> Thanks
>


Reply via email to