Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 pb with machine.config: I have to reboot

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-11-12 : 18:41:31
Pb: error with machine.config: I get this error and I have to reboot all the time.

When I change my code, debug and compile, i don t even touch machine.config or web.config then i get this error, then i have to reboot my server computer to get my pages displayed again.


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: 'AutoSproc'.

Source Error:


Line 204: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 205: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 206: <add assembly="*"/>
Line 207: </assemblies>
Line 208: </compilation>


Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 206

Assembly Load Trace: The following information can be helpful to determine why the assembly 'AutoSproc' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = AutoSproc
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/buroplus/Support_Form
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: AutoSproc
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/buroplus_support_form/6d2293b2/6aa6e354/AutoSproc.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/buroplus_support_form/6d2293b2/6aa6e354/AutoSproc/AutoSproc.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/buroplus/Support_Form/bin/AutoSproc.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: AutoSproc, Version=1.0.0.3, Culture=neutral, PublicKeyToken=d7e6f270c9407513




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
   

- Advertisement -