Link to home
Start Free TrialLog in
Avatar of Rpatel108
Rpatel108

asked on

Error: configuration error

i am getting a worrying error, and i think its to do with this menu that i am using from this webiste: http://www.obout.com/

Could someone please help me as i dont know how to fix it, the error is intermittent.

ERROR:

Server Error in '/StudentApp' 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: 'obout_SlideMenu3_Net'.

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 'obout_SlideMenu3_Net' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = obout_SlideMenu3_Net
 (Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/StudentApp
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: obout_SlideMenu3_Net
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/studentapp/e01596f7/d600d2a7/obout_SlideMenu3_Net.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/studentapp/e01596f7/d600d2a7/obout_SlideMenu3_Net/obout_SlideMenu3_Net.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/StudentApp/bin/obout_SlideMenu3_Net.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: obout_SlideMenu3_Net, Version=3.1.3.0, Culture=neutral, PublicKeyToken=9dcc5a6afaaeacf5

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Avatar of laotzi2000
laotzi2000

Did you copy obout dll files into the bin directory?
And does your aspnet account has proper permission(read and list and execute)
on this folder?
Avatar of Rpatel108

ASKER

i'm pretty sure i have added the dl files in the bin directory.

How do i check the permissions on the aspnet account for that folder?

thanks
in File explorer, right click on the folder and choose properties,
and then in the security tab, check permissions assigned to each
user.

On XP, assign read and list folder and execute permissions to account ASPNET.
On windows server 2003, do the same to account Network Service.
i understand what you mean, but there is no security tab! only general, sharing, web sharing and customise.
ASKER CERTIFIED SOLUTION
Avatar of laotzi2000
laotzi2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i found the tab after you said to uncheck the tab, and i added the permissions to the account aspnet.

Thank you