elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Guía rápida para descarga de herramientas gratuitas de seguridad y desinfección


+  Foro de elhacker.net
|-+  Programación
| |-+  Programación General
| | |-+  .NET (C#, VB.NET, ASP) (Moderador: kub0x)
| | | |-+  Shared Memory Provider, error: 0 - No process is on the other end of the pipe
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Shared Memory Provider, error: 0 - No process is on the other end of the pipe  (Leído 5,117 veces)
alexelprogramador

Desconectado Desconectado

Mensajes: 74



Ver Perfil WWW
Shared Memory Provider, error: 0 - No process is on the other end of the pipe
« en: 29 Marzo 2008, 22:13 pm »

si os sale un error como este:

Citar
There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.

The following message may help in diagnosing the problem: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)


simplemente debeis borrar todo lo que aparezca en esta sección del archivo web.config


en mi caso fue borrando esto:

    <connectionStrings>
      <remove name="LocalSqlServer" />
      <add name="LocalSqlServer" connectionString="data source=localhost;database=aspnetdb;Integrated Security=SSPI;" providerName="System.Data.SqlClient" />
      <add connectionString="server=localhost;database=pubs;trusted_connection=yes;" name="Pubs" providerName="System.Data.SqlClient"/>
    </connectionStrings>

y dejandolo limpio:

    <connectionStrings>

    </connectionStrings>

con eso arreglas un problemon con los inicios de sesion y el sqlserver   ;D


En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines