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
you are accessing the db from (in IIS setup), was WRITE permissions enabled. > -Original Message- > From: Roger Hawkins [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 3:05 PM > To: [EMAIL PROTECTED] > Subject: [sqlite] Using SQLlite as a db in an IIS website direc

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

2004-10-26 Thread Roger Hawkins
Hi, On my win2000 Pro machine everything works fine running SQLlite using SQLite.net as a database for a web application. On my 2003 server however I get: 'attempt to write a readonly database' when trying to perform a write to the db. I can read from db fine. There appears to be nothing obvio