Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Access denied??

    Hi,

    This is an error that my site got. I dont know why and where it comes from.
    What I can do is justing waiting a several minute and the error goes
    away.???

    Anybody, help me!

    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: 'EeekSoft.Web.PopupWin'.
    // EeekSoft.Web.PopupWin is a WebControl
    Source Error:


    Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
    Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
    Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 198: <add assembly="*"/>
    Line 199: </assemblies>
    Line 200: </compilation>


    Source File:
    c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line:
    198

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


    === Pre-bind state information ===
    LOG: DisplayName = EeekSoft.Web.PopupWin
    (Partial)
    LOG: Appbase =
    file:///E:/Docs/Projects/WorldTradeB2B/WorldTradeB2B.WebApplication.Manage/WorldTradeB2B.WebApplication.Manage.SendingEmail
    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: EeekSoft.Web.PopupWin
    LOG: Attempting download of new URL
    file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    Files/worldtradeb2b_webapplication_manage_sendingemail/152262a3/b72b6216/EeekSoft.Web.PopupWin.DLL.
    LOG: Attempting download of new URL
    file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    Files/worldtradeb2b_webapplication_manage_sendingemail/152262a3/b72b6216/EeekSoft.Web.PopupWin/EeekSoft.Web.PopupWin.DLL.
    LOG: Attempting download of new URL
    file:///E:/Docs/Projects/WorldTradeB2B/WorldTradeB2B.WebApplication.Manage/WorldTradeB2B.WebApplication.Manage.SendingEmail/bin/EeekSoft.Web.PopupWin.DLL.
    LOG: Policy not being applied to reference at this time (private, custom,
    partial, or location-based assembly bind).
    LOG: Post-policy reference: EeekSoft.Web.PopupWin, Version=1.2.306.34963,
    Culture=neutral, PublicKeyToken=null





    --------------------------------------------------------------------------------

    Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
    Version:1.1.4322.2300



    ghostnguyen Guest

  2. Similar Questions and Discussions

    1. One With Access Denied, Another With Access, But NotFull
      I'm suddenly having access denied/permission problems through Contribute on every page after the templates and their related pages were updated with...
    2. Web Service + Anon Access, but getting 401 Access Denied Error
      I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous...
    3. access is denied ???
      Dear ASP.NET Programmers, I am trying to save a new created Word document, but getting the following the error. I granted the necessary rights to...
    4. Access denied when creating Access application object
      In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the...
    5. access denied on data access pages
      I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got...
  3. #2

    Default Re: Access denied??

    I could not remember exactly but EeekSoft creates a messenger based popup
    window. am i right?

    Your problem is caused about asp.net code caching. So to overcome this
    issue, we were changing web.config file and save it which resets
    application. But i think it is a deployment problem on developing computers
    we didn't see any error like this...

    --

    Thanks,
    Yunus Emre ALPÖZEN
    BSc, MCAD.NET

    "ghostnguyen" <ghostnguyen@yahoo.com> wrote in message
    news:OecBiGqUFHA.3056@TK2MSFTNGP14.phx.gbl...
    > Hi,
    >
    > This is an error that my site got. I dont know why and where it comes
    > from.
    > What I can do is justing waiting a several minute and the error goes
    > away.???
    >
    > Anybody, help me!
    >
    > 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: 'EeekSoft.Web.PopupWin'.
    > // EeekSoft.Web.PopupWin is a WebControl
    > Source Error:
    >
    >
    > Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
    > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    > Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
    > Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    > Line 198: <add assembly="*"/>
    > Line 199: </assemblies>
    > Line 200: </compilation>
    >
    >
    > Source File:
    > c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config
    > Line:
    > 198
    >
    > Assembly Load Trace: The following information can be helpful to determine
    > why the assembly 'EeekSoft.Web.PopupWin' could not be loaded.
    >
    >
    > === Pre-bind state information ===
    > LOG: DisplayName = EeekSoft.Web.PopupWin
    > (Partial)
    > LOG: Appbase =
    > file:///E:/Docs/Projects/WorldTradeB2B/WorldTradeB2B.WebApplication.Manage/WorldTradeB2B.WebApplication.Manage.SendingEmail
    > 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: EeekSoft.Web.PopupWin
    > LOG: Attempting download of new URL
    > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    > Files/worldtradeb2b_webapplication_manage_sendingemail/152262a3/b72b6216/EeekSoft.Web.PopupWin.DLL.
    > LOG: Attempting download of new URL
    > file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    > Files/worldtradeb2b_webapplication_manage_sendingemail/152262a3/b72b6216/EeekSoft.Web.PopupWin/EeekSoft.Web.PopupWin.DLL.
    > LOG: Attempting download of new URL
    > file:///E:/Docs/Projects/WorldTradeB2B/WorldTradeB2B.WebApplication.Manage/WorldTradeB2B.WebApplication.Manage.SendingEmail/bin/EeekSoft.Web.PopupWin.DLL.
    > LOG: Policy not being applied to reference at this time (private, custom,
    > partial, or location-based assembly bind).
    > LOG: Post-policy reference: EeekSoft.Web.PopupWin, Version=1.2.306.34963,
    > Culture=neutral, PublicKeyToken=null
    >
    >
    >
    >
    >
    > --------------------------------------------------------------------------------
    >
    > Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
    > ASP.NET
    > Version:1.1.4322.2300
    >
    >
    >

    Yunus Emre ALPÖZEN [MCAD.NET] Guest

  4. #3

    Default Re: Access denied??

    HI,

    This error happened not only with controls of EeekSoft but also with others
    3rd party controls.

    "we were changing web.config file and save it which resets application"

    Can you discuss in more detail? I am really looking for a solution of this
    issue. It bothers
    me so much.

    Ghost

    "Yunus Emre ALPÖZEN [MCAD.NET]" <yemre@msakademik.net> wrote in message
    news:%23IKGGA0UFHA.3944@tk2msftngp13.phx.gbl...
    >I could not remember exactly but EeekSoft creates a messenger based popup
    >window. am i right?
    >
    > Your problem is caused about asp.net code caching. So to overcome this
    > issue, we were changing web.config file and save it which resets
    > application. But i think it is a deployment problem on developing
    > computers we didn't see any error like this...
    >
    > --
    >
    > Thanks,
    > Yunus Emre ALPÖZEN
    > BSc, MCAD.NET
    >
    > "ghostnguyen" <ghostnguyen@yahoo.com> wrote in message
    > news:OecBiGqUFHA.3056@TK2MSFTNGP14.phx.gbl...
    >> Hi,
    >>
    >> This is an error that my site got. I dont know why and where it comes
    >> from.
    >> What I can do is justing waiting a several minute and the error goes
    >> away.???
    >>
    >> Anybody, help me!
    >>
    >> 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: 'EeekSoft.Web.PopupWin'.
    >> // EeekSoft.Web.PopupWin is a WebControl
    >> Source Error:
    >>
    >>
    >> Line 196: <add assembly="System.EnterpriseServices,
    >> Version=1.0.5000.0,
    >> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    >> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
    >> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    >> Line 198: <add assembly="*"/>
    >> Line 199: </assemblies>
    >> Line 200: </compilation>
    >>
    >>
    >> Source File:
    >> c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line:
    >> 198
    >>
    >> Assembly Load Trace: The following information can be helpful to
    >> determine
    >> why the assembly 'EeekSoft.Web.PopupWin' could not be loaded.
    >>
    >>
    >> === Pre-bind state information ===
    >> LOG: DisplayName = EeekSoft.Web.PopupWin
    >> (Partial)
    >> LOG: Appbase =
    >> file:///E:/Docs/Projects/WorldTradeB2B/WorldTradeB2B.WebApplication.Manage/WorldTradeB2B.WebApplication.Manage.SendingEmail
    >> 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: EeekSoft.Web.PopupWin
    >> LOG: Attempting download of new URL
    >> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    >> Files/worldtradeb2b_webapplication_manage_sendingemail/152262a3/b72b6216/EeekSoft.Web.PopupWin.DLL.
    >> LOG: Attempting download of new URL
    >> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    >> Files/worldtradeb2b_webapplication_manage_sendingemail/152262a3/b72b6216/EeekSoft.Web.PopupWin/EeekSoft.Web.PopupWin.DLL.
    >> LOG: Attempting download of new URL
    >> file:///E:/Docs/Projects/WorldTradeB2B/WorldTradeB2B.WebApplication.Manage/WorldTradeB2B.WebApplication.Manage.SendingEmail/bin/EeekSoft.Web.PopupWin.DLL.
    >> LOG: Policy not being applied to reference at this time (private, custom,
    >> partial, or location-based assembly bind).
    >> LOG: Post-policy reference: EeekSoft.Web.PopupWin, Version=1.2.306.34963,
    >> Culture=neutral, PublicKeyToken=null
    >>
    >>
    >>
    >>
    >>
    >> --------------------------------------------------------------------------------
    >>
    >> Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
    >> ASP.NET
    >> Version:1.1.4322.2300
    >>
    >>
    >>
    >
    >

    ghostnguyen Guest

  5. #4

    Default Re: Access denied??

    we just modify the web.config fike which causes application to restart. u
    will see after restart your application everything works fine..

    --

    Thanks,
    Yunus Emre ALPÖZEN
    BSc, MCAD.NET

    "ghostnguyen" <ghostnguyen@yahoo.com> wrote in message
    news:uv953TDVFHA.3716@TK2MSFTNGP12.phx.gbl...
    > HI,
    >
    > This error happened not only with controls of EeekSoft but also with
    > others 3rd party controls.
    >
    > "we were changing web.config file and save it which resets application"
    >
    > Can you discuss in more detail? I am really looking for a solution of this
    > issue. It bothers
    > me so much.
    >
    > Ghost
    >
    > "Yunus Emre ALPÖZEN [MCAD.NET]" <yemre@msakademik.net> wrote in message
    > news:%23IKGGA0UFHA.3944@tk2msftngp13.phx.gbl...
    >>I could not remember exactly but EeekSoft creates a messenger based popup
    >>window. am i right?
    >>
    >> Your problem is caused about asp.net code caching. So to overcome this
    >> issue, we were changing web.config file and save it which resets
    >> application. But i think it is a deployment problem on developing
    >> computers we didn't see any error like this...
    >>
    >> --
    >>
    >> Thanks,
    >> Yunus Emre ALPÖZEN
    >> BSc, MCAD.NET
    >>
    >> "ghostnguyen" <ghostnguyen@yahoo.com> wrote in message
    >> news:OecBiGqUFHA.3056@TK2MSFTNGP14.phx.gbl...
    >>> Hi,
    >>>
    >>> This is an error that my site got. I dont know why and where it comes
    >>> from.
    >>> What I can do is justing waiting a several minute and the error goes
    >>> away.???
    >>>
    >>> Anybody, help me!
    >>>
    >>> 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: 'EeekSoft.Web.PopupWin'.
    >>> // EeekSoft.Web.PopupWin is a WebControl
    >>> Source Error:
    >>>
    >>>
    >>> Line 196: <add assembly="System.EnterpriseServices,
    >>> Version=1.0.5000.0,
    >>> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    >>> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
    >>> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    >>> Line 198: <add assembly="*"/>
    >>> Line 199: </assemblies>
    >>> Line 200: </compilation>
    >>>
    >>>
    >>> Source File:
    >>> c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line:
    >>> 198
    >>>
    >>> Assembly Load Trace: The following information can be helpful to
    >>> determine
    >>> why the assembly 'EeekSoft.Web.PopupWin' could not be loaded.
    >>>
    >>>
    >>> === Pre-bind state information ===
    >>> LOG: DisplayName = EeekSoft.Web.PopupWin
    >>> (Partial)
    >>> LOG: Appbase =
    >>> file:///E:/Docs/Projects/WorldTradeB2B/WorldTradeB2B.WebApplication.Manage/WorldTradeB2B.WebApplication.Manage.SendingEmail
    >>> 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: EeekSoft.Web.PopupWin
    >>> LOG: Attempting download of new URL
    >>> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    >>> Files/worldtradeb2b_webapplication_manage_sendingemail/152262a3/b72b6216/EeekSoft.Web.PopupWin.DLL.
    >>> LOG: Attempting download of new URL
    >>> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    >>> Files/worldtradeb2b_webapplication_manage_sendingemail/152262a3/b72b6216/EeekSoft.Web.PopupWin/EeekSoft.Web.PopupWin.DLL.
    >>> LOG: Attempting download of new URL
    >>> file:///E:/Docs/Projects/WorldTradeB2B/WorldTradeB2B.WebApplication.Manage/WorldTradeB2B.WebApplication.Manage.SendingEmail/bin/EeekSoft.Web.PopupWin.DLL.
    >>> LOG: Policy not being applied to reference at this time (private,
    >>> custom,
    >>> partial, or location-based assembly bind).
    >>> LOG: Post-policy reference: EeekSoft.Web.PopupWin,
    >>> Version=1.2.306.34963,
    >>> Culture=neutral, PublicKeyToken=null
    >>>
    >>>
    >>>
    >>>
    >>>
    >>> --------------------------------------------------------------------------------
    >>>
    >>> Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
    >>> ASP.NET
    >>> Version:1.1.4322.2300
    >>>
    >>>
    >>>
    >>
    >>
    >
    >

    Yunus Emre ALPÖZEN [MCAD.NET] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139