Author |
Topic  |
|
kanewong
Starting Member
Canada
5 Posts |
Posted - 07 March 2001 : 17:58:49
|
After enter username and password at admin_login.asp page, I received the HTTP 500 error. Suppose, the admin_home.asp should be open. But I saw the login successful message. Anyone can help?
KW |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 07 March 2001 : 18:26:23
|
My initial guess is a permission problem with the directory and/or database, but to be sure, turn off the "show HTTP friendly error messages" on the advanced tab, under Tools -> Options. Then report back with the actual error message. That'll make it easier for us to identify the problem and help you out...
Dave Maxwell -------------- Proud to be a "World Class" Knucklehead |
 |
|
kanewong
Starting Member
Canada
5 Posts |
Posted - 07 March 2001 : 18:31:39
|
This is the actual error message...
"The requested resource is in use"
KW |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 07 March 2001 : 22:20:22
|
Sounds like a permission problem or sessions are not enabled for the site....
Dave Maxwell -------------- Proud to be a "World Class" Knucklehead |
 |
|
kanewong
Starting Member
Canada
5 Posts |
Posted - 08 March 2001 : 13:25:07
|
How do I know what request is in use? And what permission and session is needed. When my webpage designer placed the same thing on others company server, it works ok.
KW |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 08 March 2001 : 13:53:52
|
The permissions are on the database, the directory the database is in, or the directory the ASP code is in. Sessions are on or off in general, not specifically.
The database and its directory needs read/write permissions on them. IUSR_MachineName need to have permissions also.
The directory for the ASP code needs execute permission.
Dave Maxwell -------------- Proud to be a "World Class" Knucklehead |
 |
|
kanewong
Starting Member
Canada
5 Posts |
Posted - 08 March 2001 : 14:47:01
|
I am running this on my windows 2000 server, after checking, I have full control on the directory which is used to store the entire webpage and asp files. My IUSR_MachineName anonymous id has logon as local services right, and the READ/WRITE permission is on. But it is still not working.
:(
KW |
 |
|
kanewong
Starting Member
Canada
5 Posts |
Posted - 08 March 2001 : 19:20:08
|
I placed the same page on a NT4 server. it works OK there!
I am wondering why it is not working in Windows 2000 server, is it because an Active Directory running there?
Any idea?
KW |
 |
|
|
Topic  |
|