ASP.NET Developer Notes

Ryan Garaygay's ASP.NET notes online

Browse by Tags

All Tags » .NET (RSS)
remove malicious script tags from file
Just want to share a "simple" Windows Forms application that I created to automate removal of malicious SCRIPT tags inserted into some web files. Read full article on .NET Developer Notes on remove malicious script tags from file
WindowsPrincipal.IsInRole doesn't reflect changes until restart
Just an observation sometime ago that if you create a new Windows Role and add a user to it and create a WindowsPrincipal using that user, the IsInRole method doesn't reflect the membership change made until a restart is made. Read the full article from...
Posted: Jan 26 2009, 01:04 AM by ryangaraygay | with 1 comment(s)
Filed under:
Issue with System.Transactions, SqlConnection and Timeout
Just recently, a post was made in Microsoft Forums regarding a bug/behavior of Committable Transactions and SqlConnection timeout . The same issue is evident for TransactionScope which was posted in 2006. Good thing there is a fix. I have used TransactionScope...
Posted: Apr 14 2008, 08:02 AM by ryangaraygay | with 9 comment(s)
Filed under:
More Posts