Ask a Question related to ASP.NET Security, Design and Development.
-
Ken Varn #1
Need help with impersonating for GetCurrentProcess call.
I am fairly new to ASP.NET, and am not sure about a problem that I am having
and how to resolve it.
My web page needs to make a call to Process.GetCurrentProcess() for some
logging class that I am using in my web page. However, when the call is
made I get an exception indicating that Access is denied for the call. I
noticed that the documentation on GetCurrentProcess mentions something about
using PermissionState.Unrestricted, but I don't quite understand what is
expected to make this work. As of right now, my site does not do
impersonation in web.config and I would prefer to not have to set it for
various reasons. Could someone tell me what I need to do to allow this call
to go through?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
Ken Varn Guest
-
ASP.Net not impersonating for WSE 2.0
I have several web services that use WSE to authenticate calling users. I use a UsernameToken that validates the sent username and password against... -
ASP.Net not impersonating for WSE 2.0 AuthenticateToken method
I have several web services that use WSE to authenticate calling users. I use a UsernameToken that validates the sent username and password against... -
HELP WITH IMPERSONATING
Hi, I am a newbie at asp.net so I appreciate all of your help. I have a datagrid displaying unc_path's as a hyperlink to network shares. The... -
ASP.NET Impersonating a Certain User At Run time
If you looking for a way to use Forms Authentication with Active Directory, following web site may be a worth reading as your start point. I'm... -
Who am I impersonating?
Is there a way I can get the user of the identity I will be impersonating to get network resources? I know WindowsIdentity.GetCurrent().Name for... -
David Coe, MCP #2
RE: Need help with impersonating for GetCurrentProcess call.
The user that you are running ASP.NET as (see <processModel> in the machine.config) will need to be granted the proper access to the running processes.
David Coe, MCP Guest



Reply With Quote

