Configuration Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arne

    Configuration Error

    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?
  • Cristian Suazo

    #2
    Re: Configuration Error

    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" <Arne@discussio ns.microsoft.co m> wrote in message
    news:3D15FE92-0EF1-4F4D-A9DF-55E48CD46FB4@mi crosoft.com...[color=blue]
    > I have an ASP net with utility DLLs that are called from code behind[/color]
    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.[color=blue]
    >
    > Does anyone have a solution to this problem?[/color]


    Comment

    Working...