bostjank
08-28-2002, 06:04 PM
I have NT Server 4.0 IIS 4.0 installed on our server. Furthermore I have ASP pages that are part of our intranet. The problem is that whenever an ASP page want to write to a database, there is error message saying
"The operation must use updateable query"
The logical solution would be setting the appropriate level o permissions to the INTERNET_GUEST_ACCOUNT users. There is no such group of users available, but I gave the group "Everybody" right to write to the database file and folder.
The problem stil persisted. Next I tried to set the "conn.Mode" to "3" (read/write), but nothing changed.
Could you please help me and tell me what else could be wrong, or if there is some other way of setting permissions (I used Explorer/properties/security).
My server is an intranet server only, and IIS 4.0 was installed after the NT Server was installed.
Thanks very much,
Bostjan:thumbsup:
"The operation must use updateable query"
The logical solution would be setting the appropriate level o permissions to the INTERNET_GUEST_ACCOUNT users. There is no such group of users available, but I gave the group "Everybody" right to write to the database file and folder.
The problem stil persisted. Next I tried to set the "conn.Mode" to "3" (read/write), but nothing changed.
Could you please help me and tell me what else could be wrong, or if there is some other way of setting permissions (I used Explorer/properties/security).
My server is an intranet server only, and IIS 4.0 was installed after the NT Server was installed.
Thanks very much,
Bostjan:thumbsup: