I have a Problem whe deploy with Oracle Database

Last post 12-11-2006, 11:00 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  12-11-2006, 10:48 PM 25041

    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
  •  12-11-2006, 11:00 PM 25042 in reply to 25041

    Re: I have a Problem whe deploy with Oracle Database

    This is an example:
     
    <add key="CuteChat.OracleOleDb.ConnectionString"
       value="Provider=OraOLEDB.Oracle;Data Source=GDB;User Id=CuteChat;Password=admin;"
      />

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML