Click here to Skip to main content
15,903,856 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem on web mail server Pin
amit.code13-Mar-07 17:25
amit.code13-Mar-07 17:25 
QuestionDataView and its DataSource Pin
allende13-Mar-07 15:56
allende13-Mar-07 15:56 
AnswerRe: DataView and its DataSource Pin
thomas_joyee13-Mar-07 18:06
thomas_joyee13-Mar-07 18:06 
AnswerRe: DataView and its DataSource Pin
Venkatesh Mookkan13-Mar-07 19:56
Venkatesh Mookkan13-Mar-07 19:56 
AnswerRe: DataView and its DataSource Pin
JustChiragPatel13-Mar-07 20:18
JustChiragPatel13-Mar-07 20:18 
GeneralRe: DataView and its DataSource Pin
allende14-Mar-07 1:49
allende14-Mar-07 1:49 
QuestionSecurity Web Control Pin
blitz2bleach13-Mar-07 12:34
blitz2bleach13-Mar-07 12:34 
Questioni just want to know what is wrong Pin
blitz2bleach13-Mar-07 12:01
blitz2bleach13-Mar-07 12:01 
like any other tutorial, i been set up for a see how to add the membership-related schemas to an existing database using the ASP.NET SQL Server Registration Tool (aspnet_regsql.exe).

ive run the command aspnet_regsql.exe..asking for my server name and there are drop down list for the database,but when i click the drop dowm list,it will take a while when an error msg has appeared,on my second attempt. i didmt click the database drop down list instead the button "Next" the one i clicked, now "Setting SUmmary" has appeared and when i click "Next" button it will take a while and the error msg has been appeared sayinf this:

Setup failed.

Exception:
Unable to connect to SQL Server database.

----------------------------------------
Details of failure
----------------------------------------

System.Web.HttpException: Unable to connect to SQL Server database. ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup)
   at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   at System.Data.SqlClient.SqlConnection.Open()
   at System.Web.Management.SqlServices.GetSqlConnection(String server, String user, String password, Boolean trusted, String connectionString)
   --- End of inner exception stack trace ---
   at System.Web.Management.SqlServices.GetSqlConnection(String server, String user, String password, Boolean trusted, String connectionString)
   at System.Web.Management.SqlServices.SetupApplicationServices(String server, String user, String password, Boolean trusted, String connectionString, String database, String dbFileName, SqlFeatures features, Boolean install)
   at System.Web.Management.SqlServices.Install(String database, SqlFeatures features, String connectionString)
   at System.Web.Management.ConfirmPanel.Execute()


i dont know how to figure it out...

THank You for the answer....
GeneralData Container... Pin
code-frog13-Mar-07 11:59
professionalcode-frog13-Mar-07 11:59 
QuestionVery annoying Validators Pin
Sam Heller13-Mar-07 11:55
Sam Heller13-Mar-07 11:55 
AnswerRe: Very annoying Validators Pin
thomas_joyee13-Mar-07 17:30
thomas_joyee13-Mar-07 17:30 
GeneralRe: Very annoying Validators Pin
Sam Heller13-Mar-07 22:43
Sam Heller13-Mar-07 22:43 
QuestionProgress message and Response.Flush Pin
Glenn_M13-Mar-07 9:20
Glenn_M13-Mar-07 9:20 
Questionpass form data to asp page from ASP .net Pin
Steven M Hunt13-Mar-07 9:18
Steven M Hunt13-Mar-07 9:18 
AnswerRe: pass form data to asp page from ASP .net Pin
kubben14-Mar-07 14:48
kubben14-Mar-07 14:48 
QuestionPOS - Point of Sale Pin
Garysandhu13-Mar-07 8:05
Garysandhu13-Mar-07 8:05 
AnswerRe: POS - Point of Sale Pin
tha113-Mar-07 8:07
tha113-Mar-07 8:07 
GeneralRe: POS - Point of Sale Pin
Garysandhu13-Mar-07 8:16
Garysandhu13-Mar-07 8:16 
GeneralRe: POS - Point of Sale Pin
tha113-Mar-07 8:20
tha113-Mar-07 8:20 
GeneralRe: POS - Point of Sale Pin
Guffa13-Mar-07 10:04
Guffa13-Mar-07 10:04 
AnswerRe: POS - Point of Sale Pin
RichardGrimmer15-Mar-07 6:28
RichardGrimmer15-Mar-07 6:28 
QuestionASP.NET Dev Server Issue Pin
GaryT8013-Mar-07 7:42
GaryT8013-Mar-07 7:42 
AnswerRe: ASP.NET Dev Server Issue Pin
tha113-Mar-07 8:17
tha113-Mar-07 8:17 
QuestionRe: ASP.NET Dev Server Issue Pin
Venkatesh Mookkan13-Mar-07 20:06
Venkatesh Mookkan13-Mar-07 20:06 
Questionneed to Invoke required Field Validator explicitly Pin
Member 369621313-Mar-07 5:58
Member 369621313-Mar-07 5:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.