Note that there are some explanatory texts on larger screens.

plurals
  1. POASP.Net Deployment Error: Could not load file or assembly
    text
    copied!<p>I have a asp.net website in .Net 4.0 that runs fine in our staging environment. When we moved it into production we are getting following error</p> <p>Server Error in '/mysite' Application.</p> <p>Could not load file or assembly 'SupportSite.UI' or one of its dependencies. Access is denied. Exception Details: System.IO.FileLoadException: Could not load file or assembly 'SupportSite.UI' or one of its dependencies. Access is denied.</p> <p>I assume it is a security issue. It is deployed using <strong>IIS WAS</strong> settings.</p> <ol> <li><p>What are the users for whom I need to grant permission (and on what all folders)?</p></li> <li><p>What is the user corresponding to aspnet_wp.exe or w3wp.exe?</p></li> </ol> <p>REFERENCES</p> <ol> <li><p><a href="https://stackoverflow.com/questions/11096225/could-not-load-file-or-assembly-or-one-of-its-dependencies-access-is-denied-th">Could not load file or assembly or one of its dependencies. Access is denied. The issue is random, but after it happens once, it continues</a></p></li> <li><p><a href="https://stackoverflow.com/questions/8754626/could-not-load-file-or-assembly-telerik-web-ui-or-one-of-its-dependencies">Could not load file or assembly &#39;Telerik.Web.UI&#39; or one of its dependencies</a></p></li> <li><p><a href="https://stackoverflow.com/questions/2996556/applicationpoolidentity-permissions-on-temporary-asp-net-files">ApplicationPoolIdentity permissions on Temporary Asp.Net files</a></p></li> <li><p><a href="https://stackoverflow.com/questions/11539323/could-not-load-file-or-assembly-tried-all-solution-on-net">could not load file or assembly, Tried all solution on net</a></p></li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload