Monthly Archives: March 2005
-
Send an email when an exception is thrown using EntLib is not rocket science. Here is a screen shot of how the configuration looks like The steps involved are: Create an Exception Handling App Block Create a New Policy (for instance “Email Policy“) Create a new type of Exception to manage on the policy. Using... read more
-
I’ve been experimenting with EntLib Logging App Block. I wanted to do the async logging via MSMQ. Async logging is one of the requirements of Enterprise Applications that does not want to waste cpu cycles logging on the Event Viewer or raising a WMI event or whatever logging strategy they use. Instead, a better approach... read more
- I was reading the Andres Aguiar blog and found a post about ILOG. That’s a really cool product… http://www.ilog.com/products/rulesnet/
-
How useful is the ASP.Net identity matrix? I’ve queried it a lot… I created the same matrix for MBI 3. The scenario is a client calling MBI 3 through DispDirect which uses the WebService transport. IIS configurations below apply to the FwkWebServiceTransport virtual directory. The variable means: Command = cmd.User.Login Thread = System.Threading.Thread.CurrentPrincipal.Name WindowsIdentity =... read more