Re: IIS7: CreateProcessWithLogonW access denied



On Jun 20, 12:03 pm, "Kyle Alons" <re...@xxxxxxxxxxxx> wrote:
I highly recommend searching on the terms "Modify Code Access

Security" to arrive at good answers for your question.

Based onhttp://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.



How are you certain your settings actually took place at the scope you
desire...


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
.