Ich bin kürzlich auf die hinlänglich diskutierte Fehlermeldung "Configuration Error" von ASP.NET 1.1 gestoßen.
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Access is denied: 'mydll'.
Source Error:
Line 169: <add assembly=<System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a>/>
Line 170: <add assembly=<System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a>/>
Line 171: <add assembly=<*>/>
Line 172: </assemblies>
Line 173:
Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config
Line: 171
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0 Ergänzend
zum Microsoft Support Eintrag
(http://support.microsoft.com/default.aspx?scid=kb;en-us;329065) habe
ich festgestellt, dass nicht nur der Indexing Service dieses Problem
auslösen kann.
Zur Vermeidung des Problems sind die Verzeichnisse
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
ebenfalls
aus einer Virenscanner Überwachung auszuschließen. Allgemein: Jedes
Tool, welches IO Zugriffe auf der Platte überwacht muss diese
Verzeichnisse ignorieren.