asp.net err

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rasta

    asp.net err

    the 'Access is denied' err in Q is referencing a file in:

    C:\windows\micr osoft.net\frame work\v1.1.4322\ Config\machine. config

    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: 'ShowWebApp'.

    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"/>
    Line 258: <add assembly="*"/>
    Line 259: </assemblies>
    Line 260:


    Source File:
    c:\windows\micr osoft.net\frame work\v1.1.4322\ Config\machine. config Line:
    258

    Assembly Load Trace: The following information can be helpful to determine
    why the assembly 'ShowWebApp' could not be loaded.

    === Pre-bind state information ===
    LOG: DisplayName = ShowWebApp
    (Partial)
    LOG: Appbase = file:///C:/Inetpub/show/public/show/SR_Sample
    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: ShowWebApp
    LOG: Attempting download of new URL
    file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    Files/show_sr_sample/409ab6d0/35b30417/ShowWebApp.DLL.
    LOG: Attempting download of new URL
    file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    Files/show_sr_sample/409ab6d0/35b30417/ShowWebApp/ShowWebApp.DLL.
    LOG: Attempting download of new URL
    file:///C:/Inetpub/show/public/show/SR_Sample/bin/ShowWebApp.DLL.




    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET
    Version:1.1.432 2.2300



  • Nick Malik [Microsoft]

    #2
    Re: asp.net err

    give your ASPNet account access to that file folder. Normally, the ASPNet
    identity doesn't have read access to a location on the hard drive.

    --
    --- Nick Malik [Microsoft]
    MCSD, CFPS, Certified Scrummaster


    Disclaimer: Opinions expressed in this forum are my own, and not
    representative of my employer.
    I do not answer questions on behalf of my employer. I'm just a
    programmer helping programmers.
    --
    "rasta" <rsaroyan@hotma il.com> wrote in message
    news:uqaAfVjnFH A.3020@TK2MSFTN GP10.phx.gbl...[color=blue]
    > the 'Access is denied' err in Q is referencing a file in:
    >
    > C:\windows\micr osoft.net\frame work\v1.1.4322\ Config\machine. config
    >
    > 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: 'ShowWebApp'.
    >
    > 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"/>
    > Line 258: <add assembly="*"/>
    > Line 259: </assemblies>
    > Line 260:
    >
    >
    > Source File:
    > c:\windows\micr osoft.net\frame work\v1.1.4322\ Config\machine. config
    > Line:
    > 258
    >
    > Assembly Load Trace: The following information can be helpful to determine
    > why the assembly 'ShowWebApp' could not be loaded.
    >
    > === Pre-bind state information ===
    > LOG: DisplayName = ShowWebApp
    > (Partial)
    > LOG: Appbase = file:///C:/Inetpub/show/public/show/SR_Sample
    > 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: ShowWebApp
    > LOG: Attempting download of new URL
    > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    > Files/show_sr_sample/409ab6d0/35b30417/ShowWebApp.DLL.
    > LOG: Attempting download of new URL
    > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    > Files/show_sr_sample/409ab6d0/35b30417/ShowWebApp/ShowWebApp.DLL.
    > LOG: Attempting download of new URL
    > file:///C:/Inetpub/show/public/show/SR_Sample/bin/ShowWebApp.DLL.
    >
    >
    >
    >
    > --------------------------------------------------------------------------------
    > Version Information: Microsoft .NET Framework Version:1.1.432 2.2300;
    > ASP.NET
    > Version:1.1.432 2.2300
    >
    >
    >[/color]


    Comment

    • rasta

      #3
      Re: asp.net err

      thnak you nick.
      have tried this without luck.


      "Nick Malik [Microsoft]" <nickmalik@hotm ail.nospam.com> wrote in message
      news:aJqdnVsJx6 zukGbfRVn-gw@comcast.com. ..[color=blue]
      > give your ASPNet account access to that file folder. Normally, the ASPNet
      > identity doesn't have read access to a location on the hard drive.
      >
      > --
      > --- Nick Malik [Microsoft]
      > MCSD, CFPS, Certified Scrummaster
      > http://blogs.msdn.com/nickmalik
      >
      > Disclaimer: Opinions expressed in this forum are my own, and not
      > representative of my employer.
      > I do not answer questions on behalf of my employer. I'm just a
      > programmer helping programmers.
      > --
      > "rasta" <rsaroyan@hotma il.com> wrote in message
      > news:uqaAfVjnFH A.3020@TK2MSFTN GP10.phx.gbl...[color=green]
      >> the 'Access is denied' err in Q is referencing a file in:
      >>
      >> C:\windows\micr osoft.net\frame work\v1.1.4322\ Config\machine. config
      >>
      >> 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: 'ShowWebApp'.
      >>
      >> 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"/>
      >> Line 258: <add assembly="*"/>
      >> Line 259: </assemblies>
      >> Line 260:
      >>
      >>
      >> Source File:
      >> c:\windows\micr osoft.net\frame work\v1.1.4322\ Config\machine. config Line:
      >> 258
      >>
      >> Assembly Load Trace: The following information can be helpful to
      >> determine
      >> why the assembly 'ShowWebApp' could not be loaded.
      >>
      >> === Pre-bind state information ===
      >> LOG: DisplayName = ShowWebApp
      >> (Partial)
      >> LOG: Appbase = file:///C:/Inetpub/show/public/show/SR_Sample
      >> 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: ShowWebApp
      >> LOG: Attempting download of new URL
      >> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
      >> Files/show_sr_sample/409ab6d0/35b30417/ShowWebApp.DLL.
      >> LOG: Attempting download of new URL
      >> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
      >> Files/show_sr_sample/409ab6d0/35b30417/ShowWebApp/ShowWebApp.DLL.
      >> LOG: Attempting download of new URL
      >> file:///C:/Inetpub/show/public/show/SR_Sample/bin/ShowWebApp.DLL.
      >>
      >>
      >>
      >>
      >> --------------------------------------------------------------------------------
      >> Version Information: Microsoft .NET Framework Version:1.1.432 2.2300;
      >> ASP.NET
      >> Version:1.1.432 2.2300
      >>
      >>
      >>[/color]
      >
      >[/color]


      Comment

      Working...