Click here to Skip to main content
15,889,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: shortcut key for current date in textbox Pin
janetb999-Sep-10 5:19
janetb999-Sep-10 5:19 
GeneralRe: shortcut key for current date in textbox Pin
janetb999-Sep-10 5:33
janetb999-Sep-10 5:33 
GeneralRe: shortcut key for current date in textbox Pin
NeverHeardOfMe9-Sep-10 6:35
NeverHeardOfMe9-Sep-10 6:35 
QuestionMicrosoft.Practices.EnterpriseLibrary.Security.Cryptography.Cryptographer issue Pin
Sudhanshu Mani Tripathi26-Aug-10 2:49
Sudhanshu Mani Tripathi26-Aug-10 2:49 
AnswerRe: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Cryptographer issue Pin
T M Gray26-Aug-10 5:37
T M Gray26-Aug-10 5:37 
GeneralRe: Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Cryptographer issue [modified] Pin
Sudhanshu Mani Tripathi26-Aug-10 19:48
Sudhanshu Mani Tripathi26-Aug-10 19:48 
QuestionProblem with Wizard Control Pin
AndyASPVB25-Aug-10 11:35
AndyASPVB25-Aug-10 11:35 
QuestionOdd Logon Failure with Enterprise Libraries Exception Handler Pin
DeepToot25-Aug-10 5:04
DeepToot25-Aug-10 5:04 
I am using version 3.1 of Enterprise Libraries and used the EntLibConfig app to configure my logging options. I set it up to send me an email if an exception occurs.

I am doing this to allow Ent Lib to handle the exception:

//write to Enterprise Libraries<br />
            bool rethrow = ExceptionPolicy.HandleException(ex, "Clerical Exception Policy");<br />
<br />
            if (rethrow)<br />
                throw ex;<br />


What I get is an error coming back saying 'Logon failure: unknown user name or bad password'

The exception appears to be when it calls GetExceptionPolicy.

However, I am not doing anything, or shouldn't be doing anything, that requires a username and password. Inside the EntLibConfig application I set the 'RequirePermission' flag to False under the Exception Handling section.

Any idea's what could be causing this? I did try using impersonation inside my web.config and no luck. Thought maybe the ASP.Net account didn't have permission to do something.

Thanks.
QuestionSilverlight and aspx pages Pin
future383925-Aug-10 4:11
future383925-Aug-10 4:11 
QuestionBuild DAL for asp.net 3.5 project, List <> or DataSet Pin
vrsanaidu25-Aug-10 1:49
vrsanaidu25-Aug-10 1:49 
AnswerRe: Build DAL for asp.net 3.5 project, List or DataSet Pin
Ennis Ray Lynch, Jr.25-Aug-10 3:50
Ennis Ray Lynch, Jr.25-Aug-10 3:50 
AnswerRe: Build DAL for asp.net 3.5 project, List or DataSet Pin
T M Gray25-Aug-10 11:44
T M Gray25-Aug-10 11:44 
AnswerRe: Build DAL for asp.net 3.5 project, List or DataSet Pin
Richard A. Dalton26-Aug-10 4:32
Richard A. Dalton26-Aug-10 4:32 
QuestionApparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan23-Aug-10 19:19
Talal Sultan23-Aug-10 19:19 
AnswerRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
R. Giskard Reventlov23-Aug-10 21:34
R. Giskard Reventlov23-Aug-10 21:34 
AnswerRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae23-Aug-10 22:48
Eaverae23-Aug-10 22:48 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan23-Aug-10 23:17
Talal Sultan23-Aug-10 23:17 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae23-Aug-10 23:39
Eaverae23-Aug-10 23:39 
AnswerRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae24-Aug-10 4:58
Eaverae24-Aug-10 4:58 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan24-Aug-10 19:12
Talal Sultan24-Aug-10 19:12 
AnswerRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae25-Aug-10 0:45
Eaverae25-Aug-10 0:45 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan25-Aug-10 2:06
Talal Sultan25-Aug-10 2:06 
JokeRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Eaverae25-Aug-10 2:28
Eaverae25-Aug-10 2:28 
JokeRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan25-Aug-10 3:14
Talal Sultan25-Aug-10 3:14 
GeneralRe: Apparent issues with ASP.NET 4.0 and VS 2010 Pin
Talal Sultan29-Aug-10 19:23
Talal Sultan29-Aug-10 19:23 

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.