Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/08/2007, 14:43
buzon
 
Fecha de Ingreso: agosto-2007
Mensajes: 1
Antigüedad: 16 años, 10 meses
Puntos: 0
Información Problema conexion servidor + autenticando usuario + Web.Config

Hola a todos...
Tengo un problema, y deseo que alguien me pueda ayudar.En el Web.Config adicion mi conexion.
Me permite authenticame mediante windows y usar la conexion a un sql 2005. donde los datos se encritan.

mi Ejemplo

Uso este tipo de conexion en el Web.Config
Connexion local ------------------------------------------------------
<connectionStrings>
<add name="LocalSQLServer"
Source=CDE-DTI-09\SQLEXPRESS;Database=aspnetdb;Trusted_Connection =Yes;" />
</connectionStrings>


Pero intento esta aun servidor Sql 2005 y me rechaza cuando intento authenticar o crear los usuarios. me da este error.

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: The entry 'LocalSQLServer' has already been added. (C:\VISUAL ESTUDIO CURSO\New Folder\web.config line 17)

mi conexion al servidor, y es la q me da el problema

Conexion server-------------------------------------------------------
<connectionStrings>
<add name="ServerConexion"
connectionString="Server=172.20.16.28;Database=adm document;Uid=agarcia;Pwd=123456;Trusted_Connection =Yes;" />
</connectionStrings>