|
| |
|
|
damaster
Posts: 25 Joined: 12/21/2003 Status: offline
|
IIS Problem!!!!!!!! - 2/25/2004 3:16:03
hi, I have just updated my Windowx XP Machine with the latest Patches & Security Fixes provided by Microsoft. be4 things were goin fine but now after I Installed all of that, my IIS or some thing else has a Problem I get this Message: ############################################## Error Type: Microsoft JET Database Engine (0x80004005) Unspecified error /forum_2/common.asp, line 250 ############################################## I cant access the Database on my local Server. The problem seems 2 be as if its not allowing the ASP script 2 write on the DB in using Access DB. please Help me out if u can. Thanx Regards, >Da^Master<
_____________________________
<Da^Master>
|
|
|
|
Giomanach
Posts: 6075 Joined: 11/19/2003 From: England Status: offline
|
RE: IIS Problem!!!!!!!! - 2/25/2004 4:14:33
Unless you allow write permissions through the IIS snap-in in The Management Console, the file Inetpub only has Read Only access when you access it through http://localhost Dan
_____________________________
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: IIS Problem!!!!!!!! - 2/25/2004 17:21:51
With that sticky key, maybe you got some !!!! in your connection string :)
_____________________________
====== Doug G ======
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: IIS Problem!!!!!!!! - 2/26/2004 1:22:09
Have you restarted the web server? I suspect some permission issue somewhere. Make sure the IUSR_computername has full read/write capability to the database and it's folder. If you are using a DSN try using a connection string, pref. the OLEDB provider. If you mdb is Access 97 format, try updating it to Access 2000 or higher format. If you don't have the newest db drivers you can download them from www.microsoft.com/data
_____________________________
====== Doug G ======
|
|
|
|
Giomanach
Posts: 6075 Joined: 11/19/2003 From: England Status: offline
|
RE: IIS Problem!!!!!!!! - 2/26/2004 3:29:23
Restarting the IIS Server: Right Click On My Computer> Manage> Go down to IIS and right click on it, and then go to All Tasks, select Restart IIS> follow on screen instructions Dan
_____________________________
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: IIS Problem!!!!!!!! - 2/28/2004 12:03:16
I assume you are running XP Pro. If so you should have an IUSR_xxxxx user account, which is the default user account that IIS runs under. That user account needs permission to write to any mdb files. Possibly removing and reinstalling IIS will help you out.
_____________________________
====== Doug G ======
|
|
|
|
Doug G
Posts: 1189 Joined: 12/29/2001 From: SoCal Status: offline
|
RE: IIS Problem!!!!!!!! - 2/29/2004 16:03:48
If you added the IUSR account to the administrator group, you might want to reconsider if you web is exposed to the Internet. If anyone hacked in your website they would have admin rights. The IUSR account on my XP Pro is a member of the Guests group only.
_____________________________
====== Doug G ======
|
|
|
|
Giomanach
Posts: 6075 Joined: 11/19/2003 From: England Status: offline
|
RE: IIS Problem!!!!!!!! - 3/8/2004 3:54:12
You need to set the Read Write permissions on the IIS Snap-in, the default is read only. You need to set it to Write and execute scripts as well as read. Basically Full Control. Dan
_____________________________
|
|
|
|
Giomanach
Posts: 6075 Joined: 11/19/2003 From: England Status: offline
|
RE: IIS Problem!!!!!!!! - 3/9/2004 4:02:00
I don't mean setting the Read/Write permissions through Windows Explorer, I mean through the IIS Snap-in. If you are going to re-install IIS, first of all, stop the server, and make a back up copy of the files within C:\Inetpub, then Start>Settings>Control Panel> Add/Remove Programs>Windows Components>Internet Information Services unchecked>Next Allow it to finish, and just to be safe, restart the computer. Then re-install IIS in the same way, but make sure that the IIS check box in Add/Remove Programs is checked, and have you XP disk at hand, you might need it. Then restart the server, and copy over your current files back into the wwwroot etc. It will still have Read Only permissions, so you will need to set the Read/Write permissions from the IIS Snap-in in the Management console. HTH Dan
_____________________________
|
|
|
|
Giomanach
Posts: 6075 Joined: 11/19/2003 From: England Status: offline
|
RE: IIS Problem!!!!!!!! - 3/9/2004 6:13:35
To use FP2003 you need at least FP2002 SE's installed, or am I wrong???
_____________________________
|
|
|
|
damaster
Posts: 25 Joined: 12/21/2003 Status: offline
|
RE: IIS Problem!!!!!!!! - 3/9/2004 6:51:09
-ive... I had FP XP installed previously but that doez not makes any difference... im completely lost now :(
|
|
|
|
ellipisces
Posts: 849 Joined: 12/14/2003 Status: offline
|
RE: IIS Problem!!!!!!!! - 3/21/2004 3:38:50
First and foremost, if it is a permissions issue, then an entry is being made in the server log. Look in there and see what you will see. Second, in the very first message it says there is an error on line 250 of the script. Have you checked that line...
_____________________________
|
|
|
|
ellipisces
Posts: 849 Joined: 12/14/2003 Status: offline
|
RE: IIS Problem!!!!!!!! - 3/21/2004 15:05:53
Have you looked in the server access logs, or not? Have you checked line 250 of your script?
_____________________________
|
|
|
|
ellipisces
Posts: 849 Joined: 12/14/2003 Status: offline
|
RE: IIS Problem!!!!!!!! - 3/22/2004 3:26:43
quote:
EVENT VIEWER >> SYSTEM ? yes I have checked that. & on line 250 its tryin to open the database connection to read & write to it so there are no entries for either one of these?quote:
As im on a net work, so does it matter i I have a dymanic IP or a Dedicated 1 Oh yeah, this matters a lot. If your servers IP changes (dynamic) then how in the world are you supposed to code a database connection? Your servers should be using a static IP address!
< Message edited by ellipisces -- 3/22/2004 0:29:58 >
_____________________________
|
|
|
|
Richard Dudley
Posts: 668 Joined: 8/22/2002 From: Butler, PA Status: offline
|
RE: IIS Problem!!!!!!!! - 3/22/2004 8:55:33
quote:
I even deleted the IUSR_XXX & then the system created a new 1 but ?? no use!!! You do know that even though this user has the same name, it's not technically the same user? Windows keeps track of users by what's called an SID, which I think is short for "security identifier". Permissions are assigned to an SID, but the account's name is displayed. If you delete a user, and create a user with the same name, it will have a different SID. This means that since you deleted the IUSR, you should go back through all your permissions and make sure they're correct again.
_____________________________
I need to change my avatar--the puppy is full grown now!
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|