PDA

View Full Version : مشكل با ست كردن trust level



smhz777
دوشنبه 18 خرداد 1388, 10:06 صبح
سلام
من براي اجراي سايتم بايدtrust level رو full كنم
اينم وب كانفيگم هستش ولي خطا ميده

<?xml version="1.0"?>
<configuration>
<connectionStrings/>
<location allowOverride="false" path="">
<system.web>
<compilation debug="true"/>
<authentication mode="Windows"/>
<httpHandlers>
<add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox"/>
</httpHandlers>
<trust level="Full"/>
</system.web>
</location>
</configuration>


اينم خطا


Server Error in '/' 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: This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using <location allowOverride="false"> from an inherited configuration file.

Source Error:


Line 13: <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox"/>
Line 14: </httpHandlers>
Line 15: <trust level="Full"/>
Line 16: </system.web>
Line 17: </location>


Source File: c:\WebSpace\AdminRAS\shahinshahr\shahinshahr.ir\ww w\web.config Line: 15