 |
| Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

March 20th, 2005, 10:57 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
JET Database Engine Error
Can anybody explain this message to me:
Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
/Bid/CheckLogin.asp, line 25
Also any solution to this.
Thanx in advance
|
|

March 20th, 2005, 11:59 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 303
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
You are receiving this error because Internet Guest account IUSER_ComputerName needs write permission on directory or folder in which your database is located
|
|

March 31st, 2005, 11:56 AM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi
thankx, I have added the "write" permission to the virtual directory on IIS server, still the error persists. I am no sure if I have understood your instructions clearly, would you please elaborate, along with how do i go about doing the same.
thank you once again.
Amit
|
|

March 31st, 2005, 01:21 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
You need to actually to to the physical file on your server and give the IUSR the rights there. Doing it in IIS wont solve your problem.
|
|

April 2nd, 2005, 08:08 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by EndEffect
You need to actually to to the physical file on your server and give the IUSR the rights there. Doing it in IIS wont solve your problem.
|
Hi,
I have a database in Access and I am trying to add record in that database.Testing is done on the local machine using IIS.I am getting the same error.
Can you elaborate the steps for giving the IUSR the right to write into the Access file.
regards,
regards,
Siddharth
|
|

May 6th, 2005, 11:49 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Open WINDOWS EXPLORER... Find the physical file folder in the tree...
RIGHT CLICK THE FOLDER, Hit PROPERTIES, Seth the folder up for SHARING! Read Write, Delete permissions!
Hope that helps
|
|

December 20th, 2006, 02:20 AM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
First open ISS , right click on virtual folder like (Contact Records) and click on its properties, a property window will display
Select the Tab Directory Security , Click on Edit button, and uncheck the anonymous access.
i hope u will get the result
|
|

February 8th, 2007, 03:50 AM
|
|
Registered User
|
|
Join Date: Feb 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by imrantareen
First open ISS , right click on virtual folder like (Contact Records) and click on its properties, a property window will display
Select the Tab Directory Security , Click on Edit button, and uncheck the anonymous access.
i hope u will get the result
|
Imrantareen
Thanks for your suggestion. It helped a lot bebe. My database is now updating properly. You solved a major problem of ours. Thanks once again.
|
|
 |