This topic is locked

White page on edit record on remote server

6/6/2008 11:08:03 AM
ASPRunnerPro General questions
C
Camperos author

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.

Sergey Kornilov admin 6/7/2008

Send the URL of your application on remote server to support@xlinesoft.com.
Do not forget t include username/password to login.

C
Camperos author 6/9/2008

Resolved !

I simpy delete the project and re-created it from scratch, and all is Ok.
Thank you very much !
C.