Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

I can't write data to an access database in a webfolder of..

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  decoding UTF-8 on IIS (Traditional Chinese versio..  
Author Message
user1164

External


Since: Dec 02, 2003
Posts: 3



(Msg. 1) Posted: Tue Dec 02, 2003 8:57 pm
Post subject: I can't write data to an access database in a webfolder of a windows Prof 2000 m
Archived from groups: microsoft>public>dotnet>general, others (more info?)

Hi there,
The Problem:
I can't write data to an access database in a webfolder of a windows Prof
2000 machine, whereas the same web application runs fine under Windows XP.

I looked into the windows security setting for the database and found that
is set to deny write access!
The deny setting applies only to the Windows Security Web application and
Web Anonymous setting, it is Ok for all other User and Admin settings.
Now how do I remove the deny setting in windows security settings??
and from where?
Are there any information on the net?

kind regards

Norman

 >> Stay informed about: I can't write data to an access database in a webfolder of.. 
Back to top
Login to vote
useadddressate

External


Since: Dec 02, 2003
Posts: 4



(Msg. 2) Posted: Tue Dec 02, 2003 8:57 pm
Post subject: Re: I can't write data to an access database in a webfolder of a windows Prof 20 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 2 Dec 2003 17:57:14 +1100, "Norman Fritag" <mtp.net RemoveThis @ozemail.com.au> wrote:

¤ Hi there,
¤ The Problem:
¤ I can't write data to an access database in a webfolder of a windows Prof
¤ 2000 machine, whereas the same web application runs fine under Windows XP.
¤
¤ I looked into the windows security setting for the database and found that
¤ is set to deny write access!
¤ The deny setting applies only to the Windows Security Web application and
¤ Web Anonymous setting, it is Ok for all other User and Admin settings.
¤ Now how do I remove the deny setting in windows security settings??
¤ and from where?
¤ Are there any information on the net?

See the following:

PRB: Cannot Connect to Access Database from ASP.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;316675&Product=aspnet

INFO: Permissions to Connect to a Remote Access Database from ASP.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;307901&Product=aspnet


Paul ~~~ pclement RemoveThis @ameritech.net
Microsoft MVP (Visual Basic)

 >> Stay informed about: I can't write data to an access database in a webfolder of.. 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 3) Posted: Tue Dec 02, 2003 8:57 pm
Post subject: Re: I can't write data to an access database in a webfolder of a windows Prof 20 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 2 Dec 2003 17:57:14 +1100, "Norman Fritag"
<mtp.net.RemoveThis@ozemail.com.au> wrote:

 >I can't write data to an access database in a webfolder of a windows Prof
 >2000 machine, whereas the same web application runs fine under Windows XP.
 >
 >I looked into the windows security setting for the database and found that
 >is set to deny write access!
 >The deny setting applies only to the Windows Security Web application and
 >Web Anonymous setting, it is Ok for all other User and Admin settings.
 >Now how do I remove the deny setting in windows security settings??

NTFS permissions using Windows Explorer. You need MODIFY access for
the anonymous user (IUSR) account to both the folder and the file.

 >Are there any information on the net?

Try your help. Look at NTFS permissions.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: I can't write data to an access database in a webfolder of.. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 4) Posted: Tue Dec 02, 2003 11:31 pm
Post subject: Re: I can't write data to an access database in a webfolder of a windows Prof 20 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Can you post the exact error message you are seeing? Most of what you posted
doesn't really make any sense.

For an Access .mdb file, you can give Change (RWXD) NTFS permissions to the
folder that the .mdb file is in (and all files contained within that
folder). Do to this, open an Explorer window, right-click on the folder and
choose "Security". You need to give the IUSR_<machinename> account these
permissions (assuming you are allowing anonymous access, and you haven't
changed the account that anonymous access is impersonating)

If this folder is contained inside your website, make sure that in the IIS
Manager, you have removed IIS Read permissions, otherwise people can
download you database by typing in
http://yourserver/databases/yourdatabase.mdb
Better to store the database outside the webroot.

Cheers
Ken

"Norman Fritag" <mtp.net.TakeThisOut@ozemail.com.au> wrote in message
news:bOWyb.119$gF5.4381@nnrp1.ozemail.com.au...
: Hi there,
: The Problem:
: I can't write data to an access database in a webfolder of a windows Prof
: 2000 machine, whereas the same web application runs fine under Windows XP.
:
: I looked into the windows security setting for the database and found that
: is set to deny write access!
: The deny setting applies only to the Windows Security Web application and
: Web Anonymous setting, it is Ok for all other User and Admin settings.
: Now how do I remove the deny setting in windows security settings??
: and from where?
: Are there any information on the net?
:
: kind regards
:
: Norman
:
:
 >> Stay informed about: I can't write data to an access database in a webfolder of.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
can't write on database - hi why i can't write on database?? same asp page and same access database, uploaded on server work properly. but in my pc, testing asp pages under IIS, i can't write on database. italian: Tipo di errore: Microsoft JET Database Engine (0x80004005) Per....

Can't write to Access - I am developing a web site on my laptop, and running IIS on the same machine. For some reason I get an error from IIS to the effect that I cannot run an update query against the Access database (I can read the database without a problem, just not write....

cannot access database - i am having truoble with the asp page when i try to access the database which i have accessed many times before. the database is access 97 and i am using the jet 4 engine to access it, but for some reason it is now giving me an error message when i....

Writing to an Access database - Hi I am trying to write info to an access database (I have done it using visual basic now I'm trying ASP)and have 2 files. First is user_append.html and the second is user_append.asp. When I click on ADD RECORD I get the code from user_append.asp..

SSL stopped database access - Hi I installed a ssl certificate on my computer, and now i cannot access my database from my website, i get this error: The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\clogin\data\webjobs.mdb'. It is already opened exclusivel...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]