Hello Admin,
I deploy cutechatsatndalone on IIS winth Oracle 10g.
When I click "Register Button" to Register then it show error:
When I run script .sql for Oracle I don't see any table as Users table (above error: ...Select Username from Users .....)
Where is my wrong?
And my Web.config :
<?
xml version="1.0"?>
<
configuration>
<
appSettings>
<
add key="ConnectionString" value="Provider=OraOLEDB.Oracle;Data Source=INNO;User Id=pxminh;Password=pxminh;" />
<
add key="OnlineTimeout" value="300" />
</
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>
****************************
Could you help me ?
Thank you so much.
Minh Phan