ASP.NET with UniOLEDB from System.Data.Oledb

  • Thread starter Thread starter John M. Collinson
  • Start date Start date
J

John M. Collinson

Has anyone successfully used ASP.NET through System.Data.Oledb to connect to
UniOLEDB against UniData 6.0? I have been able to connect from a windows
based .NET application but the web based ASP.NET application just hangs on
the call to OledbConnection.Open().

Any help with this issue would be appreciated. Please reply to
jcollinson(at)glenbriar.com

Thanks
John
 
Hi John,

I haven't used UniOLEDB, however, I suspect that you are having security
problems (aspnet account hasn't many privileges).
Maybe it would be enough if you give aspnet account NTFS read privileges to
UniOLEDB files.
 
Back
Top