Ask a Question related to ASP.NET Security, Design and Development.
-
Tim #1
machine.config <processModel> setting question
I'm having problems trying to do follow examples I've seen using the EventLog and Process classes. I'm getting security exceptions (access denied). I've seen in many articles/posts that setting the userName="SYSTEM" in the machine.config file's <processModel> element allows the aspnet_wp process to be able to do this. However, I still keep getting security exceptions. I'm working with IIS 5, ASP.NET v1.1.4322
Is there something besides setting the userName element to SYSTEM that I need do? In the IIS manager for the virutal directory, I've tried changing security settings (Integrated Windows authentication both on & off, anonymous access on and off) and I didn't see a change. Thanks.
Tim Guest
-
Error loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config
I had many ASP.NET web applications that I created before I had to rebuild my machine. After a fresh install of XP Pro, VS.NET 2003, etc, I now... -
Machine.Config -- ProcessModel vs Impersonation
What is the difference between using a username and password in the processmodel section vs using one in impersonation in the machine.config file? ... -
web.config vs machine.config ?
1. I got this following error: ******************** Configuration Error Description: An error occurred during the processing of a... -
server unavailable using username=machine instead of system in processmodel
In order to try to get my app more locked down, I made the username=machine. It works fine on my computer, but when I put it on my test box, it blew... -
Machine.Config followup...
My base path is c:\WINDOWS\Microsoft.Net..... etc NOT C:\WinNt... So, on my machine, the machine.config is under WINDOWS, not WinNt...



Reply With Quote

