RE: [sqlite] Using SQLlite as a db in an IIS website directory

2004-10-26 Thread Clay Dowling
Roger Hawkins said: > Thks for the info.. > > How do I find out which account IIS is running under? > By default it runs on the machine guest internet account, which is usually IUSR_MACHINENAME For a web app you can also specify which user the application should be run as in IIS Admin. If you'r

RE: [sqlite] Using SQLlite as a db in an IIS website directory

2004-10-26 Thread Roger Hawkins
Thks for the info.. How do I find out which account IIS is running under? Cheers ;~) > -Original Message- > From: CARIOTOGLOU MIKE [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 26 October 2004 10:07 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [sqlite] Using

RE: [sqlite] Using SQLlite as a db in an IIS website directory

2004-10-26 Thread CARIOTOGLOU MIKE
first, find out which account IIS is running under. chances are it is IUSR_. then, go to the directory the DB is in (the file system, NOT the IIS virtual root), and give full rights to this account. if this does not work, do the same for the IWAM_ account. also, check that the virtual directory yo