Contents tagged with IIS
-
Search Engine Optimization got a lot easier
Dear readers, if you haven’t checked out the SEO Toolkit yet, you owe it to yourself to go there now, download it and start using it. Point it to your sites and it will explore them and give you a full report of all the little problems that are getting in the way of search engines.
-
How important is medium trust to you?
I would be very grateful if you could drop me a note in comments answering the following questions:
-
New tools to prevent SQL injection attacks
I've blogged in the past about injection attacks. Microsoft publishes additional new tools to detect and protect against injection attacks. The first tool, developed by HP, crawls web sites to automatically detect possible attacks, the second blocks dangerous requests from being executed, and the last one analyzes code to look for dangerous practice.
-
Generating thumbnails in ASP.NET (DotNetSlackers)
I just published a new article on DotNetSlackers. The post is about generating scalable and secure image thumbnails.
-
Improving PHP by running it in IIS
Mike Volodarsky wrote a fantastic article in the January 2008 issue of MSDN magazine in which he explains how you can take an existing PHP application (he uses QDig, a popular image gallery) and improve it without touching a line of its code. This is a great demonstration of the power of IIS 7's modular and pluggable architecture. Mike was able to add the following features to this PHP application using only managed code modules and configuration: