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
Server Error in '/mysite' Application.
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.
I assume it is a security issue. It is deployed using IIS WAS settings.
What are the users for whom I need to grant permission (and on what all folders)?
What is the user corresponding to aspnet_wp.exe or w3wp.exe?
REFERENCES