http://www.cnblogs.com/newr2006/archive/2011/08/25/2153253.html Additional error information from SQL Server is included below. Cannot generate SSPI context. ConnectionString:'Data Source=sqlxxxxx;Initial Catalog=master;Integrated Security=True;Po
error Okay, I'll admit it, if there's one area where my ASP scripts are lacking: it's in the area of error checking. I've looked at the Err object included with VBScript but have been really frustrated with it's seemingly lack of information. (For mo
error|server When I started developing web pages that interact with a SQL Server database, I probably started like everbody else: with inline SQL statements. I then progressed to using the connection object to call stored procedures and eventually st
asp.net Figure 2.7Output of Listing 2.2.1 when viewed through a browser. When working with the various file system classes, it is often handy to import the System.IO namespace to save unneeded typing (line 1). Listing 2.2.1 uses the postback form tec