C
caseahr
My ASP.NET web page was working just fine connecting to an Access DB
and displaying data in a DataGrid. Couldn't be much simpler really.
Then, I had to move the page and its underlying database file to a new
server. Now it ceases to work and gives me ...
Unspecified error
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Unspecified error
It is NOT a security issue, I assume, since I gave the ASPNET user full
access to the database folder. What else could cause this error?
Anyone know? Thanks.
and displaying data in a DataGrid. Couldn't be much simpler really.
Then, I had to move the page and its underlying database file to a new
server. Now it ceases to work and gives me ...
Unspecified error
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Unspecified error
It is NOT a security issue, I assume, since I gave the ASPNET user full
access to the database folder. What else could cause this error?
Anyone know? Thanks.