I have an ASP net with utility DLLs that are called from code behind pages. Sometimes I can't load these DLL. I get access denied. The system looks in c:\windows\micr osoft.net\frame work\v1.1.4322\ Config\machine. config and can't find any configuration. These DLLs are not in GAC that are local to my asp.net app. I reboot always solves the problem, but there should be a better solution.
Does anyone have a solution to this problem?
Does anyone have a solution to this problem?
Comment