Never mind - I eventually came across this: http://support.microsoft.com/kb/827190
Changing (actually inserting) the <identity impersonate="false" /> has fixed it.
It must have happened when I merged the two web.config files from the part I'm writing with the part my colleague did. Of all the useful error messages in the world....!
nerd.
Member
8 Points
4 Posts
Re: System.Data.OleDb.OleDbException: Unspecified error
May 03, 2007 11:10 PM|LINK
Never mind - I eventually came across this: http://support.microsoft.com/kb/827190
It must have happened when I merged the two web.config files from the part I'm writing with the part my colleague did. Of all the useful error messages in the world....!Changing (actually inserting) the <identity impersonate="false" /> has fixed it.