Hello
I've got the problem that when trying to register a new user, on the test web hosting server appears ths following error message:
Microsoft JET Database Engine error '80040e09'
No se puede actualizar. Base de datos u objeto de sólo lectura.
/foro/register.asp, line 769
(in english: Can't update. Read Only database or object) which corresponds to the following line in register.asp:
If strMode = "new" Then rsCommon.AddNew
When running on the development server, it works well. Both of them are IIS 5.0...
I'll appreciate your suggestions, thank you in advance!