Hi
I create a simple application to create/edit record for a simple Access MDB (ASPrunner v. 5.2)
On my local IIS web server Win2003 it's all ok but when I upload to remote server
I can list, view, delete and print records but cannot copy-edit.
The page are protected by a login page connected with MDB access user table (login/password).
I have put all pages created in a subdirectory and the MDB in /mdb-database/ directory.
Remote Login is OK: then my connection string is OK
After the login I can see the list view full of record: all ok
I can print: ok
I can delete a record: ok
Clicking the "modify" I get only a blank (white) page.
I write a simple ASP page to modify the same MDB and it is all ok; then
I can Write/Delete record form the same MDB.
Any suggestion ?
Thanks
C.