Thursday, January 10th, 2008
Up until .NET there was no real error handling in ASP code. Sure, you have your "On Error Resume Next" and "On Error Goto 0", but there was no good structured error handling. I can truly say there has not been one Web application I have come across of decent ...
Posted in Asp, Asp.Net, IIS, Security | No Comments »
Thursday, August 30th, 2007
301 Redirect is interpreted as "permanently moved". Setting a 301 redirect is the best and Search Engine Friendly method for redirecting a webpage. By using 301 redirect, you can move your files around, change file names and redirect your pages without losing your search engine rankings.
301 Redirect in Apache - ...
Posted in Apache, Asp.Net, CGI Perl, Cold Fusion, IIS, JSP, Linux, PHP, Ruby On Rails | No Comments »