Ask a Question related to ASP.NET Security, Design and Development.
-
ghostnguyen #1
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
-
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... -
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... -
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... -
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... -
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... -
Yunus Emre ALPÖZEN [MCAD.NET] #2
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
-
ghostnguyen #3
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
-
Yunus Emre ALPÖZEN [MCAD.NET] #4
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



Reply With Quote

