Click here to Skip to main content
15,902,896 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ArrayList from a StreamReader issue Pin
Payrok6-Aug-07 8:16
Payrok6-Aug-07 8:16 
GeneralRe: ArrayList from a StreamReader issue Pin
Dave Kreskowiak6-Aug-07 8:49
mveDave Kreskowiak6-Aug-07 8:49 
AnswerRe: ArrayList from a StreamReader issue Pin
Payrok6-Aug-07 8:58
Payrok6-Aug-07 8:58 
GeneralRe: ArrayList from a StreamReader issue Pin
Dave Kreskowiak6-Aug-07 9:14
mveDave Kreskowiak6-Aug-07 9:14 
QuestionCannot generate SSPI context error Pin
xbiplav6-Aug-07 5:20
xbiplav6-Aug-07 5:20 
AnswerRe: Cannot generate SSPI context error Pin
Dave Kreskowiak6-Aug-07 8:09
mveDave Kreskowiak6-Aug-07 8:09 
GeneralRe: Cannot generate SSPI context error Pin
xbiplav6-Aug-07 18:11
xbiplav6-Aug-07 18:11 
GeneralRe: Cannot generate SSPI context error Pin
Dave Kreskowiak7-Aug-07 11:37
mveDave Kreskowiak7-Aug-07 11:37 
OK, this is .NET 3.0 because of the ConnectionStringBuilder class....

You cannot use Integrated Security if the two machines are not in a domain environment. If both of your machines are in workgroup mode, you MUST turn off Integrated Security and supply a username and password to get into the database.

Integrated Security uses the current users security token to login to the other machine. Since in workgroup mode, each machine maintains its own user database, the security token generated on one machine is not valid on the other.

Also, SQL Server uses two authenitcation mechanisms. Turning on Intergrated Security, or Trusted Connection, tells the connection string that the SQL Server is using Windows Integrated Security, instead of SQL Server Authentication. Using Windows Security means that the SQL Server will trust and use the machines user accounts (the machine the SQL Server is running on) for security ID's.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionVB.Net: Programmatically previewing any system supported document type Pin
Mbire6-Aug-07 3:43
Mbire6-Aug-07 3:43 
AnswerRe: VB.Net: Programmatically previewing any system supported document type Pin
Luc Pattyn6-Aug-07 4:04
sitebuilderLuc Pattyn6-Aug-07 4:04 
GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Mbire7-Aug-07 22:03
Mbire7-Aug-07 22:03 
GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Luc Pattyn7-Aug-07 23:04
sitebuilderLuc Pattyn7-Aug-07 23:04 
AnswerRe: VB.Net: Programmatically previewing any system supported document type Pin
Dave Kreskowiak6-Aug-07 4:18
mveDave Kreskowiak6-Aug-07 4:18 
GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Mbire7-Aug-07 22:32
Mbire7-Aug-07 22:32 
GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Dave Kreskowiak8-Aug-07 13:32
mveDave Kreskowiak8-Aug-07 13:32 
QuestionProblem in Running Project... Pin
Syed Ali Raza6-Aug-07 2:27
Syed Ali Raza6-Aug-07 2:27 
AnswerRe: Problem in Running Project... Pin
_Damian S_6-Aug-07 18:13
professional_Damian S_6-Aug-07 18:13 
AnswerRe: Problem in Running Project... Pin
Syed Ali Raza7-Aug-07 0:28
Syed Ali Raza7-Aug-07 0:28 
Question'System.StackOverflowException' Pin
dimuthuvbnet6-Aug-07 2:06
dimuthuvbnet6-Aug-07 2:06 
AnswerRe: 'System.StackOverflowException' Pin
Christian Graus6-Aug-07 2:13
protectorChristian Graus6-Aug-07 2:13 
AnswerRe: 'System.StackOverflowException' Pin
Luc Pattyn6-Aug-07 3:03
sitebuilderLuc Pattyn6-Aug-07 3:03 
AnswerRe: 'System.StackOverflowException' Pin
Dave Kreskowiak6-Aug-07 4:20
mveDave Kreskowiak6-Aug-07 4:20 
AnswerReply for OverFlow Exception Pin
Senthil S7-Aug-07 2:54
Senthil S7-Aug-07 2:54 
QuestionSetup project in vb.net Pin
ShuklaGirish6-Aug-07 1:39
ShuklaGirish6-Aug-07 1:39 
AnswerRe: Setup project in vb.net Pin
Vasudevan Deepak Kumar6-Aug-07 1:44
Vasudevan Deepak Kumar6-Aug-07 1:44 

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.