Ask a Question related to ASP Database, Design and Development.
-
gkarush@minerva.snhu.edu #1
MS ACCESS; ASP ;NTFS file system
I have developed a simple ASP application that accepts
information from a user, updates an ACCESS 2000 table and
displays the information. I am running Win XP with an
NTFS file system. I am only able to read the data table
and not update it when the database is accessed from my
hard drive. However when I copied the database to my
A:drive which uses the FAT file format, the application
works perfectly. I am looking for a way to make the
application run on my c: drive. What might be the
problem and what might be the solution? Thanks...
gkarush@minerva.snhu.edu Guest
-
Setting File Level Permissions (NTFS)
We recently purchased Contribute 3 with Contribute Publishing Services to allow non-technical users to edit content on our corporate website. I have... -
ntfs access denied problem
Hello all, Please help me with the following intranet security problem: I have set my IIS security to 'Windows Integrated' and have NTFS... -
Unabled to access System Volumne Information File
Has just been notifyed that there is a virus in such a such file but can't open the folder to get to the file and because it is a hidden folder i... -
System.UnauthorizedAccessException: Access to the path <file> is denied. (framework 1.1)
Anton, Try giving the "ASPNET" user account permissions to the folder the file is in. (Or to the file itself depending on your needs.) Justin... -
access to NTFS volume
Hi to everybody, I need your help about to access to a volume NTFS from dos. I tried with NTFSDOS pro but it is a trial version and it does nothing.... -
Aaron Bertrand [MVP] #2
Re: MS ACCESS; ASP ;NTFS file system
Store the MDB file in a folder that IUSR has access to; e.g. store it
somewhere in the web hierarchy rather than right in C:\
"gkarush@minerva.snhu.edu" <anonymous@discussions.microsoft.com> wrote in
message news:1c7301c3a8c7$28115a50$a601280a@phx.gbl...> I have developed a simple ASP application that accepts
> information from a user, updates an ACCESS 2000 table and
> displays the information. I am running Win XP with an
> NTFS file system. I am only able to read the data table
> and not update it when the database is accessed from my
> hard drive. However when I copied the database to my
> A:drive which uses the FAT file format, the application
> works perfectly. I am looking for a way to make the
> application run on my c: drive. What might be the
> problem and what might be the solution? Thanks...
Aaron Bertrand [MVP] Guest
-
Leo Lam #3
Re: MS ACCESS; ASP ;NTFS file system
Hi,
I got this problem too. Besides putting the website there,
can we got other methods to overcome this problem?
In fact, I am putting my files in D:\ and I want to keep
it. Also, do you know how to change the permission of the
folder in WindowXP such that IUSR_hostname got write
permission on that folder?
Best,
Leo
e.g. store it>-----Original Message-----
>Store the MDB file in a folder that IUSR has access to;<anonymous@discussions.microsoft.com> wrote in>somewhere in the web hierarchy rather than right in C:\
>
>
>
>
>
>
>"gkarush@minerva.snhu.edu"and>message news:1c7301c3a8c7$28115a50$a601280a@phx.gbl...>> I have developed a simple ASP application that accepts
>> information from a user, updates an ACCESS 2000 tabletable>> displays the information. I am running Win XP with an
>> NTFS file system. I am only able to read the data>>> and not update it when the database is accessed from my
>> hard drive. However when I copied the database to my
>> A:drive which uses the FAT file format, the application
>> works perfectly. I am looking for a way to make the
>> application run on my c: drive. What might be the
>> problem and what might be the solution? Thanks...
>
>.
>Leo Lam Guest
-
TomB #4
Re: MS ACCESS; ASP ;NTFS file system
Right click the folder, select properties and permissions. Add the
IUSR_machine name account.
If you haven't turned off simple file sharing, then I think you will be
missing the permissions tab. Open a folder then select tools->Folder
options from the menu, on the view tab, scroll down to the very last item
and remove the checkmark.
"Leo Lam" <bearforeverfriends@hotmail.com> wrote in message
news:0e7001c3a93c$01a41bd0$a401280a@phx.gbl...> Hi,
>
> I got this problem too. Besides putting the website there,
> can we got other methods to overcome this problem?
>
> In fact, I am putting my files in D:\ and I want to keep
> it. Also, do you know how to change the permission of the
> folder in WindowXP such that IUSR_hostname got write
> permission on that folder?
>
>
> Best,
> Leo
>
>> e.g. store it> >-----Original Message-----
> >Store the MDB file in a folder that IUSR has access to;> <anonymous@discussions.microsoft.com> wrote in> >somewhere in the web hierarchy rather than right in C:\
> >
> >
> >
> >
> >
> >
> >"gkarush@minerva.snhu.edu"> and> >message news:1c7301c3a8c7$28115a50$a601280a@phx.gbl...> >> I have developed a simple ASP application that accepts
> >> information from a user, updates an ACCESS 2000 table> table> >> displays the information. I am running Win XP with an
> >> NTFS file system. I am only able to read the data> >> >> and not update it when the database is accessed from my
> >> hard drive. However when I copied the database to my
> >> A:drive which uses the FAT file format, the application
> >> works perfectly. I am looking for a way to make the
> >> application run on my c: drive. What might be the
> >> problem and what might be the solution? Thanks...
> >
> >.
> >
TomB Guest



Reply With Quote

