System.Data.OleDb.OleDbException: Unspecified error
Status: Beta
Brought to you by:
ibrahimuludag
Hi
I am trying to get sunrise to work...
I think i have everything setup.
IIS site, permissions etc...
but i get this error when trying to login:
System.Data.OleDb.OleDbException: Unspecified error
my connection string is this:
<add key="ConnStr"
value="Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=DiIWM.mdb;"/>
<add key="UserName" value="Administrator"></add>
<add key="Password" value="our_password"></add>
<add key="Server" value="127.0.0.1"></add>
<add key="LoginPage"
value="http://localhost/sunrise/login.aspx"></add>
<add key="IsLocal" value="1"></add>
<add key="Header" value="DiIWM"></add>
<add key="Domain" value="office.psuss.local"></add>
please help.