Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web app won't run

Status
Not open for further replies.

enak

Programmer
Jul 2, 2002
412
US
I have an app on a Win2k3 server. I didn't make anychanges but all of a sudden I get the following error:

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

Source Error:


Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>


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

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


=== Pre-bind state information ===
LOG: DisplayName = cboDropdown
(Partial)
LOG: Appbase = file:///D:/Data/AKServices/Litigation/BPCases2KNET
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: cboDropdown
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/casemanagement/e699bbd0/db0562f4/cboDropdown.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/casemanagement/e699bbd0/db0562f4/cboDropdown/cboDropdown.DLL.
LOG: Attempting download of new URL file:///D:/Data/AKServices/Litigation/BPCases2KNET/bin/cboDropdown.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: cboDropdown, Version=1.0.1704.21141, Culture=neutral, PublicKeyToken=null




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

Can you please help!

Thanks,
enak
 
Looks like you either have a problem with the .NET framework (in which case you could try to run aspnet_regiis -i) or your ASPNET accout doesn't have access to the .NET framework folder.

--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
This appears to be a security issue, that may have been triggered by automatic update or through a network admin change. I had a different security problem once on Win2003 that could only be traced back to a patch loaded via automatic update. It seems like you will now need to add directory/file permissions for an account like ASP.NET.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top