Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Lademar

Esse erro Aspx

Recommended Posts

Server Error in '/vpnetsite' Application.

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

 

Your application is running under partial trust. EO.Web supports prtial trust, but a few modifications to your web.config are required. Please refer to http://www.essentialobjects.com/Go.aspx?id=1001 for more details.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

 

Exception Details: System.Web.HttpException: Your application is running under partial trust. EO.Web supports prtial trust, but a few modifications to your web.config are required. Please refer to http://www.essentialobjects.com/Go.aspx?id=1001 for more details.

 

Source Error:

 

 

Line 123: <td>

Line 124:

Line 125: <eo:TabStrip ID="ts_menu" runat="server" EnableViewState="False" ControlSkinID="None" MultiPageID="mpgVistoria">

Line 126: <TopGroup>

Line 127: <Items>

 

 

Source File: c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx Line: 125

 

Stack Trace:

 

 

[HttpException (0x80004005): Your application is running under partial trust. EO.Web supports prtial trust, but a few modifications to your web.config are required. Please refer to http://www.essentialobjects.com/Go.aspx?id=1001 for more details.]

EO.Web.Internal.ᜩ.ᜂ() +470

EO.Web.Internal.ᜩ.ᜀ(HttpApplication A_0, Boolean A_1) +155

EO.Web.Internal.᝷.ᜀ(Boolean A_0, HttpApplication A_1, String A_2) +583

EO.Web.WebControlBase..ctor(HtmlTextWriterTag tag, Type implType) +134

EO.Web.BaseNavigator..ctor() +45

EO.Web.TabStrip..ctor() +10

ASP.vistorias_alterar_start_aspx.__BuildControlts_menu() in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx:125

ASP.vistorias_alterar_start_aspx.__BuildControldivPagina() in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx:119

ASP.vistorias_alterar_start_aspx.__BuildControlform1() in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx:42

ASP.vistorias_alterar_start_aspx.__BuildControlTree(vistorias_alterar_start_aspx __ctrl) in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx:1

ASP.vistorias_alterar_start_aspx.FrameworkInitialize() in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx.cs:912307

System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +40

System.Web.UI.Page.ProcessRequest() +85

System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +20

System.Web.UI.Page.ProcessRequest(HttpContext context) +110

ASP.vistorias_alterar_start_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\vpnetsite\9c34847b\db85a424\App_Web_dvqqarh8.0.cs:0

System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Ex

cute() +390

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +65

 

 

 

 

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

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

Compartilhar este post


Link para o post
Compartilhar em outros sites

No web.config tente alterar na tag<trust level="Full"/>para FULL como acima.Abraço.

Server Error in '/vpnetsite' Application.--------------------------------------------------------------------------------Your application is running under partial trust. EO.Web supports prtial trust, but a few modifications to your web.config are required. Please refer to http://www.essentialobjects.com/Go.aspx?id=1001 for more details. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Your application is running under partial trust. EO.Web supports prtial trust, but a few modifications to your web.config are required. Please refer to http://www.essentialobjects.com/Go.aspx?id=1001 for more details.Source Error: Line 123: <td>Line 124: Line 125: <eo:TabStrip ID="ts_menu" runat="server" EnableViewState="False" ControlSkinID="None" MultiPageID="mpgVistoria">Line 126: <TopGroup>Line 127: <Items> Source File: c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx Line: 125 Stack Trace: [HttpException (0x80004005): Your application is running under partial trust. EO.Web supports prtial trust, but a few modifications to your web.config are required. Please refer to http://www.essentialobjects.com/Go.aspx?id=1001 for more details.] EO.Web.Internal.ᜩ.ᜂ() +470 EO.Web.Internal.ᜩ.ᜀ(HttpApplication A_0, Boolean A_1) +155 EO.Web.Internal.᝷.ᜀ(Boolean A_0, HttpApplication A_1, String A_2) +583 EO.Web.WebControlBase..ctor(HtmlTextWriterTag tag, Type implType) +134 EO.Web.BaseNavigator..ctor() +45 EO.Web.TabStrip..ctor() +10 ASP.vistorias_alterar_start_aspx.__BuildControlts_menu() in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx:125 ASP.vistorias_alterar_start_aspx.__BuildControldivPagina() in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx:119 ASP.vistorias_alterar_start_aspx.__BuildControlform1() in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx:42 ASP.vistorias_alterar_start_aspx.__BuildControlTree(vistorias_alterar_start_aspx __ctrl) in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx:1 ASP.vistorias_alterar_start_aspx.FrameworkInitialize() in c:\Inetpub\wwwroot\vpnetsite\vistorias\alterar\start.aspx.cs:912307 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +40 System.Web.UI.Page.ProcessRequest() +85 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +20 System.Web.UI.Page.ProcessRequest(HttpContext context) +110 ASP.vistorias_alterar_start_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\vpnetsite\9c34847b\db85a424\App_Web_dvqqarh8.0.cs:0 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Excute() +390 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +65 --------------------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.