|
Home > Archive > IIS Server Security > April 2005 > update databse
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| sebastiano 2005-04-08, 2:52 am |
| Hi, i have this configuration:
*) Windows 2000 server
*) iis 5.0
*) pages html + page asp (no asp.net)
*) 1 file as databse (access 2000)
*) website and database are on the same computer
the problem is:
i have a web server where i need to update a databse only with an
authenticated
users.
If i use my server in a classical private lan (192.168....), when i update
the database after the prompt user/password all is right.
If put my webserver as internet website, the internet user can modify the
record
of my db only in anonymus mode, if i use authentication mode i find in my db
a record with empty item.
Why the authenticated user cannot write even if has a full control?
Thanks
Sebastiano
--
..
| |
| Bernard 2005-04-11, 2:50 am |
| Hmm... any error msgs ? if not, then you might want to check the coding and
try to hardcode some test data and see if it gets updated in the mdb.
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"sebastiano" <sebastiano@discussions.microsoft.com> wrote in message
news:0CC876BB-09C7-423F-A347-8DB95F754CB4@microsoft.com...
> Hi, i have this configuration:
> *) Windows 2000 server
> *) iis 5.0
> *) pages html + page asp (no asp.net)
> *) 1 file as databse (access 2000)
> *) website and database are on the same computer
> the problem is:
> i have a web server where i need to update a databse only with an
> authenticated
> users.
> If i use my server in a classical private lan (192.168....), when i update
> the database after the prompt user/password all is right.
> If put my webserver as internet website, the internet user can modify the
> record
> of my db only in anonymus mode, if i use authentication mode i find in my
> db
> a record with empty item.
> Why the authenticated user cannot write even if has a full control?
>
> Thanks
> Sebastiano
>
> --
> .
|
|
|
|
|