Home All Groups Group Topic Archive Search About
Author
8 Apr 2005 7:41 AM
sebastiano
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

--
..

Author
11 Apr 2005 6:53 AM
Bernard
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.

Show quoteHide quote
"sebastiano" <sebasti***@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
>
> --
> .