asp_database_setup thread: Re:Cannot Update. Database or Object is Read-only WAS Re: [asp_database_setup] Re: Execute permission denied on object !
Is this on the wrong thread? I assume you're talking about the
Re: [asp_database_setup] Re:Cannot Update. Database or Object is Read-only.
thread instead...
Setting the application protection to High makes the website run
out-of-process - ie outside the inetinfo process. This *slows down your
website* considerably, due to the necessary marshalling that needs to take
place.
The underlying problem that the original poster was facing looks like an
NTFS permissions problem - the IUSR_<machinename> account probably didn't
have sufficient rights to create/destroy the .ldb Access lockfile -or-
didn't have permissions to the actual .mdb file.
Cheers
Ken
: Setting the application permission to High or Isolated seems to help stop
: the resource is in use error which is very annoying as well
: Not sure how it works would be interested to know though :-) ...
: Sub
:
: >
: >Subject: Re: Execute permission denied on object !
: >From: "Ken Schaefer" <ken@a...>
: >Date: Mon, 7 May 2001 12:45:47 +1000
: >X-Message-Number: 1
: >
: >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: >: Hi All,
: >: I'm a beginner in ASP Programming. This is the error I'm getting
: >:
: ><snip>
: >:
: >: I've granted the Execute permission on the stored procedure, still I'm
: >: getting the same error
: >
: >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: >
: >What \user\ did you give execute permissions to?
: >
: >Cheers
: >Ken