Error a la hora de instalar un webpart

24/03/2005 - 04:15 por Jorge Ricardo Martin Hernandez | Informe spam
Hola a todos,

Estoy tratando de instalar un webpart sencillo (un Hola Mundo) y cuando le
cambio el nivel de seguridad que lleva en el webconfig, que todavia no he
importado el webpart, me da un error de configuracion cuando refresco la
pagina principal del sharepoint. Tengo dos lineas de nivel de seguridad en el
webconfig tengo un WSS_Medium y un WSS_Minimal, cuando cambio cualquiera de
los dos, aun sin haber importado el webpart, el sharepoint me da un error de
esta forma

Server Error in '/' Application

Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed.

Details: To enable the details of this specific error message to be viewable
on the local server machine, please create a <customErrors> tag within a
"web.config" configuration file located in the root directory of the current
web application. This <customErrors> tag should then have its "mode"
attribute set to "RemoteOnly". To enable the details to be viewable on remote
machines, please set "mode" to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Pero si no cambio nada de esto y trato de importar directamente el webpart
este es el error que me da el sharepoint:

No se puede mostrar o importar un elemento Web o un control de formularios
Web en esta página de elementos Web, por no estar registrado como seguro en
este sitio.

Preguntas similare

Leer las respuestas

#1 Gustavo
24/03/2005 - 09:01 | Informe spam
Hola Jorge,
Prueba con "<trust level="Full" originUrl="" />".
Suerte,
Gustavo
http://www.gavd.net/servers/



"Jorge Ricardo Martin Hernandez" wrote:

Hola a todos,

Estoy tratando de instalar un webpart sencillo (un Hola Mundo) y cuando le
cambio el nivel de seguridad que lleva en el webconfig, que todavia no he
importado el webpart, me da un error de configuracion cuando refresco la
pagina principal del sharepoint. Tengo dos lineas de nivel de seguridad en el
webconfig tengo un WSS_Medium y un WSS_Minimal, cuando cambio cualquiera de
los dos, aun sin haber importado el webpart, el sharepoint me da un error de
esta forma

Server Error in '/' Application.

Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed.

Details: To enable the details of this specific error message to be viewable
on the local server machine, please create a <customErrors> tag within a
"web.config" configuration file located in the root directory of the current
web application. This <customErrors> tag should then have its "mode"
attribute set to "RemoteOnly". To enable the details to be viewable on remote
machines, please set "mode" to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Pero si no cambio nada de esto y trato de importar directamente el webpart
este es el error que me da el sharepoint:

No se puede mostrar o importar un elemento Web o un control de formularios
Web en esta página de elementos Web, por no estar registrado como seguro en
este sitio.

Respuesta Responder a este mensaje
#2 Jorge Ricardo Martin Hernandez
25/03/2005 - 04:09 | Informe spam
Saludos Gustavo,

Que va!! Nada de nada, me volvio a dar el mismo error, no se que pueda ser,
te mandare adjunto en un email el webconfig que tengo aca en el wwwroot del
SharePoint para que me digas que tengo mal ahi.

Mil gracias

"Gustavo" wrote:

Hola Jorge,
Prueba con "<trust level="Full" originUrl="" />".
Suerte,
Gustavo
http://www.gavd.net/servers/



"Jorge Ricardo Martin Hernandez" wrote:

> Hola a todos,
>
> Estoy tratando de instalar un webpart sencillo (un Hola Mundo) y cuando le
> cambio el nivel de seguridad que lleva en el webconfig, que todavia no he
> importado el webpart, me da un error de configuracion cuando refresco la
> pagina principal del sharepoint. Tengo dos lineas de nivel de seguridad en el
> webconfig tengo un WSS_Medium y un WSS_Minimal, cuando cambio cualquiera de
> los dos, aun sin haber importado el webpart, el sharepoint me da un error de
> esta forma
>
> Server Error in '/' Application.
>
> Runtime Error
> Description: An application error occurred on the server. The current custom
> error settings for this application prevent the details of the application
> error from being viewed.
>
> Details: To enable the details of this specific error message to be viewable
> on the local server machine, please create a <customErrors> tag within a
> "web.config" configuration file located in the root directory of the current
> web application. This <customErrors> tag should then have its "mode"
> attribute set to "RemoteOnly". To enable the details to be viewable on remote
> machines, please set "mode" to "Off".
>
>
> <!-- Web.Config Configuration File -->
>
> <configuration>
> <system.web>
> <customErrors mode="RemoteOnly"/>
> </system.web>
> </configuration>
>
>
> Notes: The current error page you are seeing can be replaced by a custom
> error page by modifying the "defaultRedirect" attribute of the application's
> <customErrors> configuration tag to point to a custom error page URL.
>
>
> <!-- Web.Config Configuration File -->
>
> <configuration>
> <system.web>
> <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
> </system.web>
> </configuration>
>
> Pero si no cambio nada de esto y trato de importar directamente el webpart
> este es el error que me da el sharepoint:
>
> No se puede mostrar o importar un elemento Web o un control de formularios
> Web en esta página de elementos Web, por no estar registrado como seguro en
> este sitio.
>
Respuesta Responder a este mensaje
#3 Jorge Ricardo Martin Hernandez
25/03/2005 - 05:17 | Informe spam
Tendria algo que ver la version del SharePoint, es que mi distribucion es en
español, y todas las plantillas que bajo y utilidades estan en ingles, pero
creo que no tiene nada que ver, puesto que son las mismas DLLs.

Alguien que tenga una sugerencia

"Jorge Ricardo Martin Hernandez" wrote:

Saludos Gustavo,

Que va!! Nada de nada, me volvio a dar el mismo error, no se que pueda ser,
te mandare adjunto en un email el webconfig que tengo aca en el wwwroot del
SharePoint para que me digas que tengo mal ahi.

Mil gracias

"Gustavo" wrote:

> Hola Jorge,
> Prueba con "<trust level="Full" originUrl="" />".
> Suerte,
> Gustavo
> http://www.gavd.net/servers/
>
>
>
> "Jorge Ricardo Martin Hernandez" wrote:
>
> > Hola a todos,
> >
> > Estoy tratando de instalar un webpart sencillo (un Hola Mundo) y cuando le
> > cambio el nivel de seguridad que lleva en el webconfig, que todavia no he
> > importado el webpart, me da un error de configuracion cuando refresco la
> > pagina principal del sharepoint. Tengo dos lineas de nivel de seguridad en el
> > webconfig tengo un WSS_Medium y un WSS_Minimal, cuando cambio cualquiera de
> > los dos, aun sin haber importado el webpart, el sharepoint me da un error de
> > esta forma
> >
> > Server Error in '/' Application.
> >
> > Runtime Error
> > Description: An application error occurred on the server. The current custom
> > error settings for this application prevent the details of the application
> > error from being viewed.
> >
> > Details: To enable the details of this specific error message to be viewable
> > on the local server machine, please create a <customErrors> tag within a
> > "web.config" configuration file located in the root directory of the current
> > web application. This <customErrors> tag should then have its "mode"
> > attribute set to "RemoteOnly". To enable the details to be viewable on remote
> > machines, please set "mode" to "Off".
> >
> >
> > <!-- Web.Config Configuration File -->
> >
> > <configuration>
> > <system.web>
> > <customErrors mode="RemoteOnly"/>
> > </system.web>
> > </configuration>
> >
> >
> > Notes: The current error page you are seeing can be replaced by a custom
> > error page by modifying the "defaultRedirect" attribute of the application's
> > <customErrors> configuration tag to point to a custom error page URL.
> >
> >
> > <!-- Web.Config Configuration File -->
> >
> > <configuration>
> > <system.web>
> > <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
> > </system.web>
> > </configuration>
> >
> > Pero si no cambio nada de esto y trato de importar directamente el webpart
> > este es el error que me da el sharepoint:
> >
> > No se puede mostrar o importar un elemento Web o un control de formularios
> > Web en esta página de elementos Web, por no estar registrado como seguro en
> > este sitio.
> >
Respuesta Responder a este mensaje
#4 Gustavo
25/03/2005 - 12:11 | Informe spam
Hola Jorge,
Cuando dices "Tengo dos lineas de nivel de seguridad en el webconfig"
espero que no las tengas activadas al mismo tiempo; SharePoint no estaria muy
contento con mas de una linea de trust level.
En cuanto a las plantillas, muchos de los archivos (o todos, no me acuerdo)
tienen un "_lcid" que tiene que coincidir con el codigo de tu lenguage. Si no
es asi, SharePoint se pondra aun mas bravo contigo.
Si te refieres a WebParts cuando hablas de utilidades, en efecto, no importa
el lenguage en que estan programadas.
Saludes,
Gustavo
http://www.gavd.net/servers/


"Jorge Ricardo Martin Hernandez" wrote:

Tendria algo que ver la version del SharePoint, es que mi distribucion es en
español, y todas las plantillas que bajo y utilidades estan en ingles, pero
creo que no tiene nada que ver, puesto que son las mismas DLLs.

Alguien que tenga una sugerencia

"Jorge Ricardo Martin Hernandez" wrote:

> Saludos Gustavo,
>
> Que va!! Nada de nada, me volvio a dar el mismo error, no se que pueda ser,
> te mandare adjunto en un email el webconfig que tengo aca en el wwwroot del
> SharePoint para que me digas que tengo mal ahi.
>
> Mil gracias
>
> "Gustavo" wrote:
>
> > Hola Jorge,
> > Prueba con "<trust level="Full" originUrl="" />".
> > Suerte,
> > Gustavo
> > http://www.gavd.net/servers/
> >
> >
> >
> > "Jorge Ricardo Martin Hernandez" wrote:
> >
> > > Hola a todos,
> > >
> > > Estoy tratando de instalar un webpart sencillo (un Hola Mundo) y cuando le
> > > cambio el nivel de seguridad que lleva en el webconfig, que todavia no he
> > > importado el webpart, me da un error de configuracion cuando refresco la
> > > pagina principal del sharepoint. Tengo dos lineas de nivel de seguridad en el
> > > webconfig tengo un WSS_Medium y un WSS_Minimal, cuando cambio cualquiera de
> > > los dos, aun sin haber importado el webpart, el sharepoint me da un error de
> > > esta forma
> > >
> > > Server Error in '/' Application.
> > >
> > > Runtime Error
> > > Description: An application error occurred on the server. The current custom
> > > error settings for this application prevent the details of the application
> > > error from being viewed.
> > >
> > > Details: To enable the details of this specific error message to be viewable
> > > on the local server machine, please create a <customErrors> tag within a
> > > "web.config" configuration file located in the root directory of the current
> > > web application. This <customErrors> tag should then have its "mode"
> > > attribute set to "RemoteOnly". To enable the details to be viewable on remote
> > > machines, please set "mode" to "Off".
> > >
> > >
> > > <!-- Web.Config Configuration File -->
> > >
> > > <configuration>
> > > <system.web>
> > > <customErrors mode="RemoteOnly"/>
> > > </system.web>
> > > </configuration>
> > >
> > >
> > > Notes: The current error page you are seeing can be replaced by a custom
> > > error page by modifying the "defaultRedirect" attribute of the application's
> > > <customErrors> configuration tag to point to a custom error page URL.
> > >
> > >
> > > <!-- Web.Config Configuration File -->
> > >
> > > <configuration>
> > > <system.web>
> > > <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
> > > </system.web>
> > > </configuration>
> > >
> > > Pero si no cambio nada de esto y trato de importar directamente el webpart
> > > este es el error que me da el sharepoint:
> > >
> > > No se puede mostrar o importar un elemento Web o un control de formularios
> > > Web en esta página de elementos Web, por no estar registrado como seguro en
> > > este sitio.
> > >
Respuesta Responder a este mensaje
#5 Jorge R. Martin
26/03/2005 - 05:27 | Informe spam
Exactamente tengo dos lineas de seguridad, miren aqui les pego el web.config
del wroot de sharepoint :

<securityPolicy>
<trustLevel name="WSS_Medium" policyFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server
Extensions\60\config\wss_mediumtrust.config" />
<trustLevel name="WSS_Minimal" policyFile="C:\Program Files\Common
Files\Microsoft Shared\Web Server
Extensions\60\config\wss_minimaltrust.config" />
</securityPolicy>

en ningun momento dice, ¨originUrl¨ o ¨Full¨. Otra cosa, no vaya ser que
este trabajando con el webconfig que no es, porque he encontrado ya varios
webconfigs dentro de common_files\microsoft_shared_web_server_extensions etc
etc. Yo instale un paquete de office que me brinda varios webparts como por
ejemplo insertar una hoja de EXCEL y se instala de lo mas bien, yo se que
microsoft se entiende bien con sus cosas, pero yo ando medio que loco ya con
algo que todos han logrado y que creo sea facil. Tengo algun error y no se
donde es.

Gracias de antemano


"Gustavo" wrote:

Hola Jorge,
Cuando dices "Tengo dos lineas de nivel de seguridad en el webconfig"
espero que no las tengas activadas al mismo tiempo; SharePoint no estaria muy
contento con mas de una linea de trust level.
En cuanto a las plantillas, muchos de los archivos (o todos, no me acuerdo)
tienen un "_lcid" que tiene que coincidir con el codigo de tu lenguage. Si no
es asi, SharePoint se pondra aun mas bravo contigo.
Si te refieres a WebParts cuando hablas de utilidades, en efecto, no importa
el lenguage en que estan programadas.
Saludes,
Gustavo
http://www.gavd.net/servers/


"Jorge Ricardo Martin Hernandez" wrote:

> Tendria algo que ver la version del SharePoint, es que mi distribucion es en
> español, y todas las plantillas que bajo y utilidades estan en ingles, pero
> creo que no tiene nada que ver, puesto que son las mismas DLLs.
>
> Alguien que tenga una sugerencia
>
> "Jorge Ricardo Martin Hernandez" wrote:
>
> > Saludos Gustavo,
> >
> > Que va!! Nada de nada, me volvio a dar el mismo error, no se que pueda ser,
> > te mandare adjunto en un email el webconfig que tengo aca en el wwwroot del
> > SharePoint para que me digas que tengo mal ahi.
> >
> > Mil gracias
> >
> > "Gustavo" wrote:
> >
> > > Hola Jorge,
> > > Prueba con "<trust level="Full" originUrl="" />".
> > > Suerte,
> > > Gustavo
> > > http://www.gavd.net/servers/
> > >
> > >
> > >
> > > "Jorge Ricardo Martin Hernandez" wrote:
> > >
> > > > Hola a todos,
> > > >
> > > > Estoy tratando de instalar un webpart sencillo (un Hola Mundo) y cuando le
> > > > cambio el nivel de seguridad que lleva en el webconfig, que todavia no he
> > > > importado el webpart, me da un error de configuracion cuando refresco la
> > > > pagina principal del sharepoint. Tengo dos lineas de nivel de seguridad en el
> > > > webconfig tengo un WSS_Medium y un WSS_Minimal, cuando cambio cualquiera de
> > > > los dos, aun sin haber importado el webpart, el sharepoint me da un error de
> > > > esta forma
> > > >
> > > > Server Error in '/' Application.
> > > >
> > > > Runtime Error
> > > > Description: An application error occurred on the server. The current custom
> > > > error settings for this application prevent the details of the application
> > > > error from being viewed.
> > > >
> > > > Details: To enable the details of this specific error message to be viewable
> > > > on the local server machine, please create a <customErrors> tag within a
> > > > "web.config" configuration file located in the root directory of the current
> > > > web application. This <customErrors> tag should then have its "mode"
> > > > attribute set to "RemoteOnly". To enable the details to be viewable on remote
> > > > machines, please set "mode" to "Off".
> > > >
> > > >
> > > > <!-- Web.Config Configuration File -->
> > > >
> > > > <configuration>
> > > > <system.web>
> > > > <customErrors mode="RemoteOnly"/>
> > > > </system.web>
> > > > </configuration>
> > > >
> > > >
> > > > Notes: The current error page you are seeing can be replaced by a custom
> > > > error page by modifying the "defaultRedirect" attribute of the application's
> > > > <customErrors> configuration tag to point to a custom error page URL.
> > > >
> > > >
> > > > <!-- Web.Config Configuration File -->
> > > >
> > > > <configuration>
> > > > <system.web>
> > > > <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
> > > > </system.web>
> > > > </configuration>
> > > >
> > > > Pero si no cambio nada de esto y trato de importar directamente el webpart
> > > > este es el error que me da el sharepoint:
> > > >
> > > > No se puede mostrar o importar un elemento Web o un control de formularios
> > > > Web en esta página de elementos Web, por no estar registrado como seguro en
> > > > este sitio.
> > > >
Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaSiguiente Respuesta Tengo una respuesta
Search Busqueda sugerida