|
greytail
|
 |
Posted: Tue Dec 06, 2005 3:04 pm |
|
 |
 |
 |
 |
Hello:
Can anyone offer suggestions for fixing a problem with an ASP application that password protects a membership area of a web site and allows members to sign up and pay with Pay Pal. My problem is that every time someone signs up, the application freezes and has to be "unloaded". Error messages are not helpful since they always indicate a problem writing to or finding the Access database. In fact, I can write to the database just fine and do all manual chores without any errors. It is just the sign up process. The member gets written to the database as an incomplete sign up and the member never receives a confirmation e-mail. I am wondering if it is a permissions issue with a particular file...Anyone familiar with one of these scripts..I'd sure appreciate hearing from you!!
Thanks in advance,
Greytail
|
|
|
|
Connie
| Joined: 26 Mar 2005 |
| Posts: 176 |
| Location: The Internet |
|
 |
Posted: Tue Dec 27, 2005 2:16 am |
|
 |
 |
 |
 |
Make sure you don't have any FrontPage extensions because those are prone to changing the permissions of the files on your site...
|
|
|
|
jarena
HostMySite Supervisor
| Joined: 14 Dec 2004 |
| Posts: 66 |
| Location: Newark, DE |
|
 |
Posted: Tue Dec 27, 2005 12:31 pm |
|
 |
 |
 |
 |
sounds like the access db may be locked. make sure that your connections are closing on your access db. I personally would recommend using a mysql or mssql db on your website as they handle multiple connections much better than an access db.
|
|
|