Configuration Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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\microsoft.net\framework\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?
 
Hi Arne,

if you are running the Indexing Service this could cause some problems with
file locking. If this is the case you should add exclude some directories
from the indexing.

Hope this helps
Cheers
Cristian


Arne said:
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\microsoft.net\framework\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.
 
Back
Top