Click here to Skip to main content
15,890,399 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionError: login failed for user, in entity framework 1.0 Pin
indian14317-Aug-12 11:52
indian14317-Aug-12 11:52 
AnswerRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin18-Aug-12 15:51
Hesham Amin18-Aug-12 15:51 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14318-Aug-12 22:30
indian14318-Aug-12 22:30 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin19-Aug-12 2:35
Hesham Amin19-Aug-12 2:35 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14319-Aug-12 4:59
indian14319-Aug-12 4:59 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin19-Aug-12 5:42
Hesham Amin19-Aug-12 5:42 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14319-Aug-12 5:49
indian14319-Aug-12 5:49 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin19-Aug-12 6:01
Hesham Amin19-Aug-12 6:01 
Can you try to change the EF connection to:
XML
<add name="StayAtWorkEntities" connectionString="metadata=res://*/StayAtWorkDataModel.csdl|res://*/StayAtWorkDataModel.ssdl|
       res://*/StayAtWorkDataModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;
       Data Source=LNIDDBTUMSQL24\STAYATWORK;Integrated Security=True;MultipleActiveResultSets=True&quot;"
         providerName="System.Data.EntityClient" />

The difference between the connection strings is that the ENTLib connection connects to a named instance (LNIDDBTUMSQL24\STAYATWORK) while the EF connection connects to the default instance on LNIDDBTUMSQL24.
Hesham A. Amin
My blog
twitter: @HeshamAmin

GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14319-Aug-12 6:31
indian14319-Aug-12 6:31 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin20-Aug-12 0:37
Hesham Amin20-Aug-12 0:37 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14320-Aug-12 4:02
indian14320-Aug-12 4:02 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14320-Aug-12 10:46
indian14320-Aug-12 10:46 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin20-Aug-12 19:31
Hesham Amin20-Aug-12 19:31 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14321-Aug-12 6:02
indian14321-Aug-12 6:02 
QuestionASP.Net AjaxToolkit MaskedEditExtender defaults to AM only when system time is between 12-1 PM Pin
pjshah7017-Aug-12 3:27
pjshah7017-Aug-12 3:27 
Questionrun a code from web user control Pin
Jassim Rahma16-Aug-12 8:51
Jassim Rahma16-Aug-12 8:51 
AnswerRe: run a code from web user control Pin
Rahul Rajat Singh16-Aug-12 18:07
professionalRahul Rajat Singh16-Aug-12 18:07 
AnswerRe: run a code from web user control Pin
bVagadishnu17-Aug-12 11:07
bVagadishnu17-Aug-12 11:07 
Questiononline payment Pin
ashjassi16-Aug-12 1:29
ashjassi16-Aug-12 1:29 
AnswerRe: online payment PinPopular
Shameel16-Aug-12 1:53
professionalShameel16-Aug-12 1:53 
GeneralRe: online payment Pin
ashjassi16-Aug-12 1:59
ashjassi16-Aug-12 1:59 
GeneralRe: online payment Pin
fjdiewornncalwe16-Aug-12 2:46
professionalfjdiewornncalwe16-Aug-12 2:46 
GeneralRe: online payment Pin
Shameel16-Aug-12 3:30
professionalShameel16-Aug-12 3:30 
GeneralRe: online payment PinPopular
jkirkerx16-Aug-12 10:24
professionaljkirkerx16-Aug-12 10:24 
GeneralRe: online payment Pin
Shameel16-Aug-12 14:04
professionalShameel16-Aug-12 14:04 

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.