Click here to Skip to main content
16,012,468 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ASP.NET support? Pin
Matt Newman6-Jul-02 12:30
Matt Newman6-Jul-02 12:30 
GeneralRe: ASP.NET support? Pin
Rickard Andersson206-Jul-02 13:05
Rickard Andersson206-Jul-02 13:05 
GeneralRe: ASP.NET support? Pin
Matt Newman6-Jul-02 13:38
Matt Newman6-Jul-02 13:38 
GeneralRe: ASP.NET support? Pin
Rickard Andersson206-Jul-02 23:42
Rickard Andersson206-Jul-02 23:42 
GeneralRe: ASP.NET support? Pin
Matt Newman7-Jul-02 3:24
Matt Newman7-Jul-02 3:24 
GeneralMSDE and IIS Pin
Matt Newman6-Jul-02 6:23
Matt Newman6-Jul-02 6:23 
GeneralRe: MSDE and IIS Pin
Not Active6-Jul-02 8:17
mentorNot Active6-Jul-02 8:17 
GeneralRe: MSDE and IIS Pin
Matt Newman6-Jul-02 12:36
Matt Newman6-Jul-02 12:36 
This is my connection string
SqlConnection myConnection = new SqlConnection("server=MATT\nsDB;database=NSUsers;Trusted_Connection=yes");
SqlCommand myCommand = new SqlCommand("select * from Test", myConnection);

myConnection.Open();

MATT is the computer name (I also tried the IP address in it's place)
nsDB is the named instance of the SQL server
and Test is the table name. When I try to open the connection I get

SQL Server does not exist or access denied.

It gives me this stack trace:
[SqlException: SQL Server does not exist or access denied.]
   System.Data.SqlClient.SqlConnection.Open() +761
   ASP.datacontrol_aspx.Page_Load(Object Src, EventArgs E) in c:\inetpub\wwwroot\dotnet\redo\user\datacontrol.aspx:14
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +29
   System.Web.UI.Page.ProcessRequestMain() +724


-Suspicious | :suss: Matt Newman / Windows XP ActivistSuspicious | :suss:
-Sonork ID: 100.11179

"You can't seriously believe that you could get away with suing someone over quoting text from a message posted in a public forum, can you?" - John Simmons
GeneralRe: MSDE and IIS Pin
Not Active6-Jul-02 14:38
mentorNot Active6-Jul-02 14:38 
GeneralRe: MSDE and IIS Pin
Matt Newman6-Jul-02 14:57
Matt Newman6-Jul-02 14:57 
QuestionHow to get ASP.NET to work? Pin
Rickard Andersson206-Jul-02 3:43
Rickard Andersson206-Jul-02 3:43 
AnswerRe: How to get ASP.NET to work? Pin
Matt Newman6-Jul-02 6:13
Matt Newman6-Jul-02 6:13 
GeneralRe: How to get ASP.NET to work? Pin
Rickard Andersson206-Jul-02 8:00
Rickard Andersson206-Jul-02 8:00 
GeneralRe: How to get ASP.NET to work? Pin
Not Active6-Jul-02 8:21
mentorNot Active6-Jul-02 8:21 
GeneralRe: How to get ASP.NET to work? Pin
Rickard Andersson206-Jul-02 8:31
Rickard Andersson206-Jul-02 8:31 
GeneralRe: How to get ASP.NET to work? Pin
Rickard Andersson206-Jul-02 11:23
Rickard Andersson206-Jul-02 11:23 
GeneralRe: How to get ASP.NET to work? Pin
Roger Wright6-Jul-02 14:40
professionalRoger Wright6-Jul-02 14:40 
GeneralRe: How to get ASP.NET to work? Pin
Rickard Andersson206-Jul-02 23:41
Rickard Andersson206-Jul-02 23:41 
GeneralRe: How to get ASP.NET to work? Pin
Matt Newman7-Jul-02 3:25
Matt Newman7-Jul-02 3:25 
GeneralRe: How to get ASP.NET to work? Pin
Rickard Andersson207-Jul-02 7:38
Rickard Andersson207-Jul-02 7:38 
GeneralRe: How to get ASP.NET to work? Pin
Matt Newman7-Jul-02 8:06
Matt Newman7-Jul-02 8:06 
GeneralRe: How to get ASP.NET to work? Pin
Roger Wright7-Jul-02 11:48
professionalRoger Wright7-Jul-02 11:48 
GeneralRe: How to get ASP.NET to work? Pin
Matt Newman7-Jul-02 16:10
Matt Newman7-Jul-02 16:10 
GeneralRe: How to get ASP.NET to work? Pin
Roger Wright7-Jul-02 16:34
professionalRoger Wright7-Jul-02 16:34 
GeneralRe: How to get ASP.NET to work? Pin
Matt Newman7-Jul-02 16:38
Matt Newman7-Jul-02 16:38 

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.