Parser Error Message: Required permissions cannot be acquired.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spardi
    New Member
    • Mar 2007
    • 1

    Parser Error Message: Required permissions cannot be acquired.

    I try to launch a simple aspx (webmatrix) page onto an W2k / IIS5.0 / .net
    framework 1.1 but still get this error page :


    Server Error in '/pagaille' 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: Required permissions cannot be acquired.

    Source Error:

    Line 256: <add assembly="Syste m.EnterpriseSer vices,
    Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
    Line 257: <add assembly="Syste m.Web.Mobile,
    Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
    ***this one is in red**** Line 258: <add assembly="*"/>
    Line 259: </assemblies>

    Line 260:


    Source File:
    c:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\ machine.config Line:
    258



    Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
    Version:1.1.432 2.573
    ----------------------------------------------------------------------------
    --
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Welcome to the site. There are a few things to check - authentication setting in web.config and IIS, what is allowed in IIS (read/write), that it is set as an IIS application by clicking the configuration button and permission settings of the actual folder. HTH.

    Comment

    Working...