Author |
Topic  |
simpoint
Starting Member
12 Posts |
Posted - 11 July 2001 : 00:36:58
|
quote:
What same error situation? What did the script show you when you went to it from your browser?
- David
it shows " HTTP 500 Internal Server Error" that's all the errror message I have, but it's strange that other people shows different error message~~
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 11 July 2001 : 00:54:20
|
Hmmm, well I checked the MSDN docs and what it recommends is that you make sure you have set the Anonymous account on the server to have Read/Write access to the database.
- David |
 |
|
simpoint
Starting Member
12 Posts |
Posted - 11 July 2001 : 01:11:40
|
quote:
Hmmm, well I checked the MSDN docs and what it recommends is that you make sure you have set the Anonymous account on the server to have Read/Write access to the database.
- David
unfortunately, this server is a virtual server which mean I pay for this server space.... and I couldn't make it as anonymous access~~~~
I had put forum in my win2000 server with iis5, it runs properly~~ but when I upload it to server something strange happen....
basically, should everyone (include anonymous) could read, and only who have account and correct permission could write... in default.asp it should only need read permission...isn't it?
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 11 July 2001 : 01:23:41
|
Nope, the Anonymous user account (IUSER_computername) needs to have Read/Write access. They need to be able to read the database and write back to it or you're gonna have errors.
- David |
 |
|
simpoint
Starting Member
12 Posts |
Posted - 11 July 2001 : 01:49:17
|
then, what I have to do is open the write permission of that folder contain MDB? or I have to enable the "guest" account?
but, it's impossible for me to enable guest account!
|
 |
|
simpoint
Starting Member
12 Posts |
Posted - 11 July 2001 : 01:52:58
|
my virtual server is located in http://www.omnis.com I have some asp forum running already and it runs properly~~
I think they already allow anonymous access ....
what should I do??
|
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 11 July 2001 : 02:45:07
|
Ok, let me see if I can explain this a little bit more. Here's a quote taken from an earlier post by Doug.quote: Most Windows NT servers create a NT user with the name IUSR_ and the computer name specified when installing the NT Server software, so it might look like IUSR_FRODO1 or something.
The IIS web server needs to operate in some user account when accessing files, etc., and the IUSR_xxxx user is the one that is used for anonymous web use. If your website requires authentication, then the web server will impersonate you instead of the IUSR_xxxx user.
The user rights for the IUSR_xxxx user are set by the system administrator in the same manner as any other user.
Wherever your .mdb file ends up on the server filesystem, all possible users must have read-write access to the folder the file is in as well as the file itself. All possible users means IUSR_xxxx, and YOUR_USERNAME if authenticated. Make sure your system admin sets the proper user rights to the db file.
So in order for users to access your forum pages that accesses the database, the IUSR_computername account needs to have Read/Write and Modify permissions. Where "computername" is the network name of the server. You will need to ask your system administrator to do that for you.
And the "Anonymous" account has to be enabled in order for users to view your pages. It's just that it needs additional permissions set to view the forum pages.
Do you understand?
- David |
 |
|
Memorom
Starting Member
24 Posts |
Posted - 11 July 2001 : 11:55:09
|
quote:
One, I'm getting this error on your default.asp page:Active Server Pages error 'ASP 0126'
Include file not found
/memorom/default.asp, line 2
The include file 'Connections/BreastForm.asp' was not found. It seemed you modified the default.asp page. The error is saying that the file you included (BreastForm.asp)in the default.asp page cannot be found. Either change the link pointing to the 'BreastForm.asp' file or upload the missing file.
Two, some of the images from your forum are missing. It seems to me that you didn't upload all the forum files.
- David
|
 |
|
Memorom
Starting Member
24 Posts |
Posted - 11 July 2001 : 11:57:02
|
Sorry about that...replied with quote and forgot to put my response in...LOL.
Anyway, thanks Davio, that was my problem. Everything is working great now.
Edited by - Memorom on 11 July 2001 23:55:35 |
 |
|
simpoint
Starting Member
12 Posts |
Posted - 11 July 2001 : 23:51:33
|
quote:
Hmmm, well I checked the MSDN docs and what it recommends is that you make sure you have set the Anonymous account on the server to have Read/Write access to the database.
- David
thanks for Davio's help! anonymous permission is the key point of problem~~ everything goes fine now!
thanks for every one!!
|
 |
|
Topic  |
|