I have a Problem whe deploy with Oracle Database

  •  12-11-2006, 10:48 PM

    I have a Problem whe deploy with Oracle Database

     
    Hello Admin,
     
    I dowload script .sql fro oracle and run it.
     
    I edited cdq.config file : <configuration queryProviderName="OracleOleDb"></configuration>
     
    My problem is I donnot known modify web.config
     

    <?xml version="1.0"?>

    <configuration>

    <appSettings>

    <add key="ConnectionString" value="Data Source=inno;User ID=pxminh;Password=pxminh;" providerName="System.Data.OracleClient"/>

    </appSettings>

    <system.web>

    <compilation defaultLanguage="c#" debug="true"/>

    <customErrors mode="Off"/>

    <authentication mode="Forms">

    <forms name=".UserManagementASPXAUTH" loginUrl="~/Login.aspx"/>

    </authentication>

    <authorization>

    <allow users="*"/>

    </authorization>

    <trace enabled="true"></trace>

    <sessionState mode="InProc" timeout="20"/>

    <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>

    <xhtmlConformance mode="Legacy"/></system.web>

    </configuration>
     
     
    My error:
     
     
    Can you help me?
     
    Thanks.
     
    Minh Phan
View Complete Thread