Could somebody explain how to fix this problem? I've reviewed many
usenet posts and have not found a good enough solution. I have tried
several posted solutions but none work: modifying asp.net access
rights on the dll, on the directory, on the temp directory, restarting
the IIS process, restarting the aspnet_wp.exe process, removing the
dll out of the project but leaving it in the bin directory, modifying
impersonation settings, etc.....
I get this error right on application startup, it does not even get to
the first line of c#.net code. My only fix is a very annoying reboot.
Thanks
Alain Gauthier alain.g...@hrdc-drhc.gc.ca
Server Error in '/be' Application.
--------------------------------------------------------------------------------
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: 'CulBe'.
Source Error:
Line 170: <add assembly="System.Drawing,
Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"/>
Line 171: <add assembly="System.EnterpriseServices,
Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"/>
Line 172: <add assembly="*"/>
Line 173: </assemblies>
Line 174:
Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\machine.config
Line: 172
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.288;
ASP.NET Version:1.0.3705.288
My partner found the solution, see
http://support.microsoft.com/default.aspx?scid=kb;en-us;329065
Turn off the indexing service or configure it to exclude the asp.net
temporary files directory. Other file scans software may need to also
exclude that directory (virus scans...)
Thanks
Alain Gauthier - alain.g...@hrdc-drhc.gc.ca