Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Properly disconnecting and shutting down a socket. Pin
Jordanwb25-Apr-08 9:11
Jordanwb25-Apr-08 9:11 
GeneralImporting a csv Pin
BraveKnightFSJ23-Apr-08 10:07
BraveKnightFSJ23-Apr-08 10:07 
GeneralRe: Importing a csv Pin
Christian Graus23-Apr-08 10:25
protectorChristian Graus23-Apr-08 10:25 
GeneralRe: Importing a csv Pin
BraveKnightFSJ23-Apr-08 12:29
BraveKnightFSJ23-Apr-08 12:29 
GeneralRe: Importing a csv Pin
Christian Graus23-Apr-08 12:38
protectorChristian Graus23-Apr-08 12:38 
GeneralRe: Importing a csv Pin
BraveKnightFSJ24-Apr-08 10:17
BraveKnightFSJ24-Apr-08 10:17 
QuestionSQL Server Authentication Pin
aecordoba23-Apr-08 9:33
aecordoba23-Apr-08 9:33 
GeneralRe: SQL Server Authentication Pin
Sam Xavier24-Apr-08 21:05
Sam Xavier24-Apr-08 21:05 
Can you create a new ConnectionString and then use the same in your app. instead of using it at design time.
If this still does not work, then post your ConnectionString here. However, please make sure of these three points:
1) You are missing the User Instance=true clause, which tells SQL Express to spin up a separate process for the ASP.NET account, eliminating the need to explicitly grant permission to ASP.NET. Note that you should never grant sysadmin priviledge to the ASP.NET worker process, since that is a very priviledged permission level.

2) You should be using the |DataDirectory| variable in place of the fully-qualified path to the database, for example: |DataDirectory|\<mdf_filename>.MDF

3) MACHINENAME must be local when using SQL Express. Consider using .\SQLExpress for the machine name.

Best Regards,
Sam Xavier
www.componentone.com

GeneralRe: SQL Server Authentication Pin
aecordoba25-Apr-08 3:47
aecordoba25-Apr-08 3:47 
GeneralRe: SQL Server Authentication Pin
Sam Xavier28-Apr-08 20:07
Sam Xavier28-Apr-08 20:07 
GeneralXML file resturctued with XSL style sheet Pin
zaboboa23-Apr-08 9:26
zaboboa23-Apr-08 9:26 
GeneralRe: XML file resturctued with XSL style sheet Pin
led mike23-Apr-08 9:33
led mike23-Apr-08 9:33 
GeneralRe: XML file resturctued with XSL style sheet Pin
zaboboa23-Apr-08 10:10
zaboboa23-Apr-08 10:10 
GeneralRe: XML file resturctued with XSL style sheet Pin
zaboboa23-Apr-08 10:11
zaboboa23-Apr-08 10:11 
QuestionIVR System Pin
KBM7323-Apr-08 7:08
KBM7323-Apr-08 7:08 
NewsRe: IVR System Pin
carbon_golem23-Apr-08 8:11
carbon_golem23-Apr-08 8:11 
GeneralRe: IVR System Pin
MumbleB23-Apr-08 8:37
MumbleB23-Apr-08 8:37 
Questionexception handling for another program, is it possible in c#? Pin
Cptkli23-Apr-08 6:46
Cptkli23-Apr-08 6:46 
AnswerRe: exception handling for another program, is it possible in c#? Pin
Dave Kreskowiak23-Apr-08 10:05
mveDave Kreskowiak23-Apr-08 10:05 
GeneralRe: exception handling for another program, is it possible in c#? Pin
Cptkli23-Apr-08 11:34
Cptkli23-Apr-08 11:34 
GeneralText Encoding Pin
ayaxian23-Apr-08 5:29
ayaxian23-Apr-08 5:29 
GeneralRe: Text Encoding Pin
Anthony Mushrow23-Apr-08 6:58
professionalAnthony Mushrow23-Apr-08 6:58 
Generalc# and File.copy() function Pin
menelik23-Apr-08 5:10
menelik23-Apr-08 5:10 
GeneralRe: c# and File.copy() function Pin
Luc Pattyn23-Apr-08 8:25
sitebuilderLuc Pattyn23-Apr-08 8:25 
GeneralRe: c# and File.copy() function Pin
Zoltan Balazs23-Apr-08 9:57
Zoltan Balazs23-Apr-08 9:57 

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.