Re: IIS7: CreateProcessWithLogonW access denied
- From: "Kyle Alons" <reply@xxxxxxxxxxxx>
- Date: Fri, 20 Jun 2008 13:03:52 -0600
I highly recommend searching on the terms "Modify Code AccessSecurity" to arrive at good answers for your question.
Based on http://msdn.microsoft.com/en-us/library/aa302425.aspx, I added a
trust element to machine.config (both 32- and 64-bit flavors):
<system.web>
<!-- level="[Full|High|Medium|Low|Minimal]" -->
<trust level="Full" originUrl=""/>
</system.web>
but still get access denied.
.
- Follow-Ups:
- Re: IIS7: CreateProcessWithLogonW access denied
- From: David Wang
- Re: IIS7: CreateProcessWithLogonW access denied
- References:
- IIS7: CreateProcessWithLogonW access denied
- From: Kyle Alons
- Re: IIS7: CreateProcessWithLogonW access denied
- From: David Wang
- Re: IIS7: CreateProcessWithLogonW access denied
- From: David Wang
- Re: IIS7: CreateProcessWithLogonW access denied
- From: Kyle Alons
- Re: IIS7: CreateProcessWithLogonW access denied
- From: David Wang
- IIS7: CreateProcessWithLogonW access denied
- Prev by Date: Unwanted login request
- Next by Date: Re: FTPS Clients with IIS7
- Previous by thread: Re: IIS7: CreateProcessWithLogonW access denied
- Next by thread: Re: IIS7: CreateProcessWithLogonW access denied
- Index(es):