Closed JohEngstrom closed 8 years ago
Hi. Can you post the error message? I need to know if you are running this with the IIS debug server enabled too.
I have an open issue about an error that is thrown only when server debug mode is enabled.
Also, have you seen the methods .LoadRecordset(byref rs)
and .LoadFirstRecord(byref rs)
?
Take a look at the README file if you have any doubt about them: https://github.com/rcdmk/aspJSON
I'll close this. If you still have any issues with this, please reopen it.
Thx
I'm trying to build a JSON feed from a database recordset but I'm running into an issue where I get an Internal Server Error which makes it really hard to debug.
Maybe you can see where I'm going wrong?
The code works fine before I add in the JSON class code.
This is my code I'm playing around with:
Thank you!