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>
On Nov 26, 9:02 am, 1110 <[email protected]> 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
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.