Ask a Question related to ASP.NET Security, Design and Development.
-
Seb #1
File Write Access Denied with ASP .NET on Domain Controler
Hi All,
I have a web page that tries to write in a xml file but I have an
Access Denied error on the xml file.
The page is working properly on the development computer but not on
test environment.
On the test environment the Web sServer is also PDC so there is no
ASPNET account on this computer.
- I have created a weak account with appropriate permissions
(following "ASP.NET does not work with the default ASPNET account on a
domain controller" article from Microsoft Support)
- I have changed the <ProcessModel> entry in the Machine.config to use
my account.
- I granted the new account Read - Write - Modify permissions on the
xml file.
- The web site is running in Anonymous mode (using IUSR_MACHINE
account).
But still my web page cannot modify the xml file.
Any help will be appreciated.
Sébastien.
Seb Guest
-
access denied to file
When installing a java program from my computer the install shield brings up and error message saying that it needs to access a file inside... -
Access denied to file from ServicedComponent
I would greatly appreciate help on issue that looks as have been resolved before: I wrote a ServicedComponent that reads and writes files to a... -
Printing Read and Write access denied
For some reason when I try to print to any of our networked printers I get an error message saying " Could not complete your request because read or... -
Cannot export as EPS because read or write access has been denied
The same problem happens with FreeHand MX running under Windows NT Workstation 4.0. We just ran into it here when attempting to export a file as an... -
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... -
swat #2
Re: File Write Access Denied with ASP .NET on Domain Controler
If the website is being accessed by domain users, you could try
removing Anonymous in IIS and setting authentication to Windows
Integrated. Then add <authentication mode="Windows"> and <identity
impersonation="true"/> in the application's web.config file.
swat Guest
-
Seb #3
Re: File Write Access Denied with ASP .NET on Domain Controler
Well the web site is not accessed by domain users but by Anonymous
users s oI can't remove Anonymous access in IIS.
Any other suggestion ?
Thanks for your help.
"swat" <loka_1999@yahoo.com> wrote in message news:<1113991413.864602.113010@o13g2000cwo.googleg roups.com>...> If the website is being accessed by domain users, you could try
> removing Anonymous in IIS and setting authentication to Windows
> Integrated. Then add <authentication mode="Windows"> and <identity
> impersonation="true"/> in the application's web.config file.Seb Guest
-
swat #4
Re: File Write Access Denied with ASP .NET on Domain Controler
I took a look at the article you referred to. The only thing I can
think of is that they forgot to include performing an IISRESET after
changing the machine.config file. But I'm assuming you did this?
swat Guest



Reply With Quote

