When my project put in \\server\projects....

  1. #1

    When my project put in \\server\projects....

    Hi, guys! when my project was put in server like "\\server\projects...." will show a configuration error as follow:

    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:
    Request for the permission of type 'System.Web.AspNetHostingPermission,
    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    failed.
    (\\trecnsrv\HD2\SRC\StepProPjt_CN\StepPro3.0\Web\WebSPN.Inquiry\web.config line
    70)
    
    Source Error:
    
    
    
    
    
    Line 68:         <httpModules>
    
    Line 69:             <!--<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>-->
    
    Line 70:             <add name="AjaxRequestModule" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web"/>
    
    Line 71:         </httpModules>
    
    Line 72:
  2. #2

    RE: When my project put in \\server\projects....

    Hi,


    It probably has to do with the .NET Framework security policy. I didn't have too much experience configuring it but "I think" you have to enter into the .NET policy file and tell it that your network folder is a safe place.

    Hope it helps
    --marcos
  3. #3

    RE: When my project put in \\server\projects....

    Thank you! Marcos

Similar Threads

  1. Replies: 3
    Last Post: Jul 20, 2012, 3:19 PM
  2. Ext 1.2 and 2.0 in the same project?
    By skipi in forum 2.x Help
    Replies: 3
    Last Post: Feb 21, 2012, 12:12 PM
  3. sample projects available ?
    By captainst in forum 1.x Help
    Replies: 2
    Last Post: Oct 06, 2011, 4:03 PM
  4. Replies: 0
    Last Post: Mar 20, 2010, 9:05 AM
  5. Replies: 4
    Last Post: Oct 27, 2009, 6:15 AM

Posting Permissions