Ask a Question related to ASP.NET General, Design and Development.
-
Harry #1
File access using ASP.NET
Hi,
I've got an ASP application running and want to have it write to a text
file. I am running VS.NET on WinXP. I was able to set the file permissions
to allow ASPNET access under Win2000 but when I changed my dev OS to XP, the
security option is not the same.
Can any one tell me how to grant ASPNET or IUSER_MACHINE access to write to
a file?
Thanks
Harry
Harry Guest
-
Network File access using anonymous access
I have seen a number of entries related to accessing remote resources (files in my case) that need to reside on a remote server. We must leave our... -
Help needed with ASP form browse for file, create link to file and insert in access database
I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then... -
File Access error - writing to .txt file
Normally web sites run under the ASPNET user account. It appears that this account does not have write privileges to the file path you've... -
A failure occurred writing to the resources file. Access is denied. -- RESX file is locked? -- WHY?
Hi. This is an error that comes up fairly regularly when trying to run the "Rebuild All" command in a Solution that contains more than one... -
The File <dbname> isn't an MS Access file or is corrupted
I have a database that contains data used for testing other software products. There is a main form that allows users to select scenarios they... -
Fred Palmer #2
Re: File access using ASP.NET
To add the user(s) that you want you need to first:
Go to windows explorer .. Tools->Folder Options->View-> and then disable
"Simple File Sharing" at the bottom of the list.
You'll then be able to set permissions explicitly for whatever by right
clicking on a folder and selecting "Security". That should be similar to
2000's user interface, except when you click "Add User" you should also use
the "Advanced" view and then "Find Now" will bring up all the users on your
machine.
Later,
Fred
"Harry" <NOSPAMshao_lin_monk@hotmail.com> wrote in message
news:eppQ%23UXQDHA.2176@TK2MSFTNGP12.phx.gbl...the> Hi,
>
> I've got an ASP application running and want to have it write to a text
> file. I am running VS.NET on WinXP. I was able to set the file permissions
> to allow ASPNET access under Win2000 but when I changed my dev OS to XP,to> security option is not the same.
>
> Can any one tell me how to grant ASPNET or IUSER_MACHINE access to write> a file?
>
> Thanks
> Harry
>
>
Fred Palmer Guest
-
Harry #3
Re: File access using ASP.NET
thanks guys!!
"Harry" <NOSPAMshao_lin_monk@hotmail.com> wrote in message
news:eppQ#UXQDHA.2176@TK2MSFTNGP12.phx.gbl...the> Hi,
>
> I've got an ASP application running and want to have it write to a text
> file. I am running VS.NET on WinXP. I was able to set the file permissions
> to allow ASPNET access under Win2000 but when I changed my dev OS to XP,to> security option is not the same.
>
> Can any one tell me how to grant ASPNET or IUSER_MACHINE access to write> a file?
>
> Thanks
> Harry
>
>
Harry Guest



Reply With Quote

