This just sounds like a .NET issue nothing to do with flex, app.config and
web.config are almost identical in nature and structure.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<configuraiton> goes into root of web.config
Try on ASP.NET forums to find better answers
--- In [email protected], "Vladimir" <vladak...@...> wrote:
>
> 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" <vladakg85@> 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
> >
>