Tony's Web Log
Programming stuff and other interesting stuff...
Monday, May 9, 2011
How to Debug Classic ASP in VS 2010 and Windows 7
›
In the past, I have been using Team Remote ASP Debugger tool to debug my legacy ASP applications in Windows XP. However, the debugger tool s...
1 comment:
Sunday, May 8, 2011
How to Implement Context-Sensitive Help in ASP.NET App
›
Context-sensitive help is usually perceived as being tedious or difficult to implement. However, if you’re writing help for a web ap...
Thursday, May 5, 2011
How to Improve Performance in ASP.NET
›
Below is the list of things you can do to improve your ASP.NET application performance: 1) Set debug=false under compilation as follows: 2) ...
Friday, April 29, 2011
Preventing SQL Injection Attacks in Classic ASP
›
The term "SQL Injection" means to inject malicious SQL statement(s) in an otherwise regular SQL to get access to secure data on a ...
Friday, October 2, 2009
Using MD5 Encryption with C# and Microsoft SQL Server
›
Background The .NET Framework provides developers with some easy to use classes for modern encryption. One of the more popular methods these...
1 comment:
›
Home
View web version