Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: VS2008 SOAP Client - losing Session problem Pin
anbam15-Nov-10 22:54
anbam15-Nov-10 22:54 
QuestionScroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
indian14314-Apr-09 3:35
indian14314-Apr-09 3:35 
AnswerRe: Scroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
binarymax14-Apr-09 3:41
binarymax14-Apr-09 3:41 
GeneralRe: Scroll bars of TreeView should be invisble when they are disabled by using CSS class Pin
indian14314-Apr-09 19:45
indian14314-Apr-09 19:45 
QuestionThread locking and ASP.NET [modified] Pin
binarymax14-Apr-09 3:08
binarymax14-Apr-09 3:08 
Questionpotential solutions for recording video from client webcam Pin
hardboy11114-Apr-09 2:49
hardboy11114-Apr-09 2:49 
Questionsql server login problem Pin
nikhil123414-Apr-09 2:32
nikhil123414-Apr-09 2:32 
AnswerRe: sql server login problem Pin
Colin Angus Mackay14-Apr-09 2:59
Colin Angus Mackay14-Apr-09 2:59 
nikhil1234 wrote:
why not taking user name insted of aspnet how do i login my con string is as follws

<add name="EMSConnectionString" connectionstring="Data Source=.\sqlexpress ;Initial Catalog=EMS;intigrated security=true" providername="System.Data.SqlClient">


Your web application is running in the context of the ASPNET user. Therefore, when you use integrated security you will log in with the credentials of the user that your process is running as. This is the correct functionality.

You must grant the appropriate access to the ASPNET user to the database.

Possibly the reason you did not see this when you were developing the web site is that Visual Studio has its own built in Web Server that uses your credentials. When you deploy to IIS you use the credentials IIS uses.


AnswerRe: sql server login problem Pin
Greg Chelstowski14-Apr-09 3:00
Greg Chelstowski14-Apr-09 3:00 
GeneralRe: sql server login problem Pin
Colin Angus Mackay14-Apr-09 3:05
Colin Angus Mackay14-Apr-09 3:05 
GeneralRe: sql server login problem Pin
Greg Chelstowski14-Apr-09 3:10
Greg Chelstowski14-Apr-09 3:10 
QuestionSession Problem Pin
pra.chaudhari14-Apr-09 2:18
pra.chaudhari14-Apr-09 2:18 
AnswerRe: Session Problem Pin
Abhijit Jana14-Apr-09 2:45
professionalAbhijit Jana14-Apr-09 2:45 
GeneralRe: Session Problem Pin
pra.chaudhari14-Apr-09 3:00
pra.chaudhari14-Apr-09 3:00 
GeneralRe: Session Problem Pin
Abhijit Jana14-Apr-09 3:51
professionalAbhijit Jana14-Apr-09 3:51 
GeneralRe: Session Problem Pin
Yusuf14-Apr-09 11:05
Yusuf14-Apr-09 11:05 
GeneralRe: Session Problem Pin
Abhijit Jana14-Apr-09 19:24
professionalAbhijit Jana14-Apr-09 19:24 
QuestionMultiple events on post-back Pin
AumSingh14-Apr-09 1:16
professionalAumSingh14-Apr-09 1:16 
AnswerRe: Multiple events on post-back Pin
Abhijit Jana14-Apr-09 1:37
professionalAbhijit Jana14-Apr-09 1:37 
GeneralRe: Multiple events on post-back Pin
AumSingh14-Apr-09 2:51
professionalAumSingh14-Apr-09 2:51 
GeneralRe: Multiple events on post-back Pin
Abhijit Jana14-Apr-09 3:53
professionalAbhijit Jana14-Apr-09 3:53 
GeneralRe: Multiple events on post-back Pin
AumSingh14-Apr-09 4:13
professionalAumSingh14-Apr-09 4:13 
AnswerRe: Multiple events on post-back Pin
Colin Angus Mackay14-Apr-09 1:39
Colin Angus Mackay14-Apr-09 1:39 
GeneralRe: Multiple events on post-back Pin
AumSingh14-Apr-09 2:55
professionalAumSingh14-Apr-09 2:55 
GeneralRe: Multiple events on post-back Pin
Colin Angus Mackay14-Apr-09 3:00
Colin Angus Mackay14-Apr-09 3:00 

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.