Ask a Question related to ASP.NET Security, Design and Development.
-
Calvin #1
ProcessModel and Identity
With Windows authentication, in web.config, I have impersonate=true. In
machine.config, I have username="system" instead of "machine in
processModel.
So, under this setting and with administrator role logged on, Word process
can be run successfully. But, if non-administrator role logged on, the word
process can't be run, Access denied.
Ok. It's fine. I tried to change identity tag with userName=administrator.
The word process can be run even non-administrator logged in.
So, how can I set to let the word execute even it is not administrator?
Calvin Guest
-
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? ... -
<processModel>: Impersonation...?
In the "Implementing Impersonation in an ASP.NET Application at the following URL: http://support.microsoft.com/?kbid=306158, MS suggested to... -
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). ... -
@@IDENTITY is 0 ?
I've hit a problem with INSERT and @@IDENTITY for Access that is driving me up the wall. I'm using the OLEDB Jet4.0 in my connection string, so... -
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...



Reply With Quote

