Updating Access DB's by anonymous users
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS Server Security > Updating Access DB's by anonymous users




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Updating Access DB's by anonymous users  
Dan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-20-04 05:36 PM

Is there a way to allow anonymous users to fill out a web-based form on a pu
blicly accessible ASP page which writes to an Access database without enabli
ng "write" access to the IUSR account?





[ Post a follow-up to this message ]



    Re: Updating Access DB's by anonymous users  
Ken Schaefer


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-21-04 05:34 AM

Not directly.

You could have ASP invoke a COM object that sits in COM+ that runs another
identity, but that identity needs "Write" permissions to the Access.mdb
file.

Best solution:
a) put Access.mdb file outside the webroot. There's no real requirement that
the .mdb file be inside the webroot.

Alternate Solution:
a) give IUSR (or whatever) appropriate NTFS rights to the folder. Do not
place anything else into the folder except databases. In IIS Manager remove
"Read" and "Script Only" permissions from that folder. This will stop HTTP
requests from being served from that folder. Write should be unchecked by
default, so HTTP write type requests will also be denied.

Cheers
Ken

"Dan" <anonymous@discussions.microsoft.com> wrote in message
news:8CF3A22F-3AF6-4BAA-A377-896D6C471908@microsoft.com...
: Is there a way to allow anonymous users to fill out a web-based form on a
publicly accessible ASP page which writes to an Access database without
enabling "write" access to the IUSR account?







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:37 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register