
April 13th, 2000, 01:48 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : Barry B</b></i><br />If you are using Access database the folder the database is located in needs to have NT change permissions. Read, Write, Execute and Delete. If you have access to the entire machine put the database outside of the web folders and set the permissions. If it's inside the web at the first folder level you still need the Change permissions. If you are down a level you will have to give IUSR_TEKSERV at least list permissions.<br />We generally put the access database down a level<br />root<br /> Subdirectory<br /> dbdirectory<br />give the subdirectory list permissions and the dbdirectory Change permissions.<br /><br /><br /><br /><br /><br />------------<br />mike schwarz at 4/2/2000 8:05:30 PM<br /><br />getting creasy here !!<br /><br />IUSR_TEKSERV is my anonymious internet-user<br /><br />when i'm using Server.CreateObject for DB-Connections,<br />the follwing error occurs (translated from german):<br /><br />"ServerObject-Error 'ASP 0177 : 80029c4a'<br />Server.CreateObject-Error<br /><br />//global.asa, Line 62<br /><br />Error loading type bibliothek/DLL"<br /><br />--> as soon as i add "Administrators" to the IUSR_TEKSERV<br />the problem seems to be solved. but i don't want to give<br />admin-rights to my anonymous internet user !!!<br /><br />whats the problem here? seems to be a permission problem for some directories or files on my server.<br /><br />can you help ?
|