Click here to Skip to main content
15,913,292 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionEncryption password Pin
mehran.asg20-Nov-07 11:21
mehran.asg20-Nov-07 11:21 
AnswerRe: Encryption password Pin
Hesham Amin20-Nov-07 12:07
Hesham Amin20-Nov-07 12:07 
AnswerRe: Encryption password Pin
Michael Sync20-Nov-07 15:46
Michael Sync20-Nov-07 15:46 
AnswerRe: Encryption password Pin
John-ph20-Nov-07 18:51
John-ph20-Nov-07 18:51 
QuestionDeclarativeCatalogPart Pin
TheEagle20-Nov-07 10:35
TheEagle20-Nov-07 10:35 
QuestionGridview Printing Pin
danielleroy20-Nov-07 8:31
danielleroy20-Nov-07 8:31 
QuestionNeed help impersonating a user Pin
dalge20-Nov-07 5:23
dalge20-Nov-07 5:23 
GeneralRe: Need help impersonating a user Pin
dalge20-Nov-07 5:28
dalge20-Nov-07 5:28 
Just for clarification, the code above:

Dim conn As New System.Data.SqlClient.SqlConnection
Dim cmd As New System.Data.SqlClient.SqlCommand
Dim strDate As String = Now.AddHours(-3).ToString
With conn
.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings("NetworkConnectionString").ConnectionString
.Open() 'Failed Line
End With





works when there is NO impersonation line in the web.config file. It only fails when I have the "identity" in the web config file.

David
GeneralRe: Need help impersonating a user Pin
Pete O'Hanlon20-Nov-07 11:19
mvePete O'Hanlon20-Nov-07 11:19 
QuestionAJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 5:12
Sarfaraj Ahmed20-Nov-07 5:12 
AnswerRe: AJAX Confirm Button Extender Pin
M_Menon20-Nov-07 6:13
M_Menon20-Nov-07 6:13 
GeneralRe: AJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 6:28
Sarfaraj Ahmed20-Nov-07 6:28 
AnswerRe: AJAX Confirm Button Extender Pin
SABhatti20-Nov-07 6:40
SABhatti20-Nov-07 6:40 
GeneralRe: AJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 8:29
Sarfaraj Ahmed20-Nov-07 8:29 
AnswerRe: AJAX Confirm Button Extender Pin
SABhatti20-Nov-07 10:30
SABhatti20-Nov-07 10:30 
QuestionSettings is not a member of my Pin
JMUREKEZI20-Nov-07 4:58
JMUREKEZI20-Nov-07 4:58 
AnswerRe: Settings is not a member of my Pin
Not Active20-Nov-07 11:47
mentorNot Active20-Nov-07 11:47 
GeneralRe: Settings is not a member of my Pin
JMUREKEZI21-Nov-07 4:02
JMUREKEZI21-Nov-07 4:02 
QuestionExecute a SSIS package from aspx Pin
srinandan..20-Nov-07 4:04
srinandan..20-Nov-07 4:04 
AnswerRe: Execute a SSIS package from aspx Pin
Michael Sync20-Nov-07 4:52
Michael Sync20-Nov-07 4:52 
QuestionWebconfig + SQL Server 2003 Pin
Ibuprofen20-Nov-07 3:37
Ibuprofen20-Nov-07 3:37 
AnswerRe: Webconfig + SQL Server 2003 Pin
Michael Sync20-Nov-07 4:43
Michael Sync20-Nov-07 4:43 
GeneralRe: Webconfig + SQL Server 2003 Pin
Ibuprofen21-Nov-07 4:26
Ibuprofen21-Nov-07 4:26 
QuestionReport Problem Pin
macca2420-Nov-07 3:30
macca2420-Nov-07 3:30 
AnswerRe: Report Problem Pin
Michael Sync20-Nov-07 4:54
Michael Sync20-Nov-07 4:54 

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.