views:

45

answers:

1

I'm using Access as a database in my asp.net project and I'm facing this error:

System resource exceeded.

Please guide me how to resolve this issue.

A: 

In your code somehow, connection to database keeps open and you reach the limit. Same question asked here : http://stackoverflow.com/questions/155959/oledbexception-system-resources-exceeded

BigbangO