Click here to Skip to main content
15,912,578 members
Home / Discussions / Database
   

Database

 
QuestionData transfer Pin
keroed_edmond29-Mar-07 17:57
keroed_edmond29-Mar-07 17:57 
AnswerRe: Data transfer Pin
Chetan Patel29-Mar-07 20:55
Chetan Patel29-Mar-07 20:55 
QuestionGetting the connection string Pin
dptalt29-Mar-07 8:36
dptalt29-Mar-07 8:36 
AnswerRe: Getting the connection string Pin
Rob Graham29-Mar-07 9:10
Rob Graham29-Mar-07 9:10 
QuestionHow can I Inserting to a table Pin
mghiassi29-Mar-07 6:46
mghiassi29-Mar-07 6:46 
AnswerRe: How can I Inserting to a table Pin
Colin Angus Mackay29-Mar-07 21:16
Colin Angus Mackay29-Mar-07 21:16 
Questionprivate Table Adapters Pin
Drathmar29-Mar-07 5:49
Drathmar29-Mar-07 5:49 
QuestionServer Error in '/aspx' Application. Pin
nothingbutcat29-Mar-07 5:07
nothingbutcat29-Mar-07 5:07 
anyone can help ?

Server Error in '/aspx' Application.

SQL Server does not exist or access denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[SqlException: SQL Server does not exist or access denied.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
ASP.Default_aspx.CreateDataView() +67
ASP.Default_aspx.Page_Load(Object sender, EventArgs e) +497
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
AnswerRe: Server Error in '/aspx' Application. Pin
Colin Angus Mackay29-Mar-07 5:22
Colin Angus Mackay29-Mar-07 5:22 
GeneralRe: Server Error in '/aspx' Application. Pin
nothingbutcat29-Mar-07 6:44
nothingbutcat29-Mar-07 6:44 
QuestionConvert .NET Framework types to SQL data type? Pin
Gywox29-Mar-07 4:24
Gywox29-Mar-07 4:24 
Questionconvert datetime Pin
Test27030729-Mar-07 0:16
Test27030729-Mar-07 0:16 
AnswerRe: convert datetime Pin
Colin Angus Mackay29-Mar-07 0:47
Colin Angus Mackay29-Mar-07 0:47 
GeneralRe: convert datetime Pin
Test27030729-Mar-07 1:00
Test27030729-Mar-07 1:00 
GeneralRe: convert datetime Pin
Colin Angus Mackay29-Mar-07 3:16
Colin Angus Mackay29-Mar-07 3:16 
AnswerRe: convert datetime Pin
Krish - KP29-Mar-07 1:39
Krish - KP29-Mar-07 1:39 
GeneralRe: convert datetime Pin
Test27030729-Mar-07 1:52
Test27030729-Mar-07 1:52 
AnswerRe: convert datetime Pin
Chetan Patel29-Mar-07 21:00
Chetan Patel29-Mar-07 21:00 
QuestionSnap-in failed to initilize error on enterprise manager Pin
mohd imran abdul aziz28-Mar-07 21:02
mohd imran abdul aziz28-Mar-07 21:02 
QuestionDuplicate records Pin
Sophia Rekhi28-Mar-07 18:55
Sophia Rekhi28-Mar-07 18:55 
AnswerRe: Duplicate records Pin
jijoaresseriljose28-Mar-07 21:33
jijoaresseriljose28-Mar-07 21:33 
GeneralRe: Duplicate records Pin
Sophia Rekhi28-Mar-07 23:10
Sophia Rekhi28-Mar-07 23:10 
AnswerRe: Duplicate records Pin
Krish - KP29-Mar-07 1:46
Krish - KP29-Mar-07 1:46 
GeneralRe: Duplicate records [modified] Pin
jijoaresseriljose29-Mar-07 3:31
jijoaresseriljose29-Mar-07 3:31 
AnswerRe: Duplicate records Pin
Krish - KP28-Mar-07 21:37
Krish - KP28-Mar-07 21:37 

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.