ASP.NET Configuration

21/07/2006 - 15:24 por Emilio | Informe spam
Hola grupo
Como posté antes, tenía SQL Express Edition y no tenía problemas para
configurar el ASP.NET Configuration.
Ahora tengo el SQL Server Enterprise, y cuando quiero acceder al ASP.NET
Configuration tengo el siguiente 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: Unable to connect
to SQL Server database.
Me dice que hay algo que no va.. credenciales, nombre del servidor,
insuficientes permisos, Rol de Manager... en fin, la instalación es nueva,
no he cambiado la config .

Muchas gracias por su ayuda.
E.
 

Leer las respuestas

#1 Gustavo Larriera \(MVP\)
22/07/2006 - 04:55 | Informe spam
Seguramente debas modificar el string de conexión que tienes en web.config

Como ayuda puedes intentar conectarte al SQL Server usando el Server
Explorer de Visual Studio 2005. Si te conectas exitosamente, copia el string
de conexión que se generó, a tu archivo web.config

También te recomiendo preguntar en los foros de asp.net, seguramente allí
podrán darte mejores recomendaciones :-)

Gustavo Larriera, MVP
Mentor, Solid Quality Learning
www.solidqualitylearning.com

"Emilio" wrote in message
news:
Hola grupo
Como posté antes, tenía SQL Express Edition y no tenía problemas para
configurar el ASP.NET Configuration.
Ahora tengo el SQL Server Enterprise, y cuando quiero acceder al ASP.NET
Configuration tengo el siguiente 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: Unable to
connect to SQL Server database.
Me dice que hay algo que no va.. credenciales, nombre del servidor,
insuficientes permisos, Rol de Manager... en fin, la instalación es nueva,
no he cambiado la config .

Muchas gracias por su ayuda.
E.

Preguntas similares