ms access db problem

Discussion in 'Databases' started by ecoderie, Nov 1, 2009.

  1. hi

    i'm facing this error:
    Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Data.OleDb.OleDbPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

    Can anybody tell me ewhy is that?

    thanks
     
  2. Last edited by a moderator: Oct 14, 2015
  3. Now it is giving 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: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

    Source Error:


    Line 22: </connectionStrings>
    Line 23: <system.web>
    Line 24: <trust level="Full" />
    Line 25:
    Line 26: <!--<customErrors mode="Off"/>


    Source File: E:\web\eschooli\test\batchsender\web.config Line: 24

    please advice...
     
  4. Ray

    Ray

    Last edited by a moderator: Oct 14, 2015
  5. Thanks Ray,

    Can there be more than one starting points in one website?
     
  6. Ray

    Ray

    Yes. You can have more then one application folder under your root. Simply create the folders via FTP, then go to your control panel and under Site Info Manager use the 'Application Starting Point' button to set those folders as application folders.
     
  7. Problem solved, Thanks a billiion...
     

Share This Page