Microsoft has recently released Search Engine Optimization Toolkit for web developers, hosting providers and web server administrators to improve their website relevance in search results by recommending how to make the site content more search engine-friendly. The IIS SEO Toolkit includes the Site Analysis module, the Robots Exclusion module, and the Sitemaps and Site Indexes [...]
Now you can add APlusMonitoring.com quick test gadget to your igoogle.com homepage and test any website or url for uptime. The service will run protocol based test (http, dns, ping) and display result. Just follow the link to add your fav gadget – http://www.google.com/ig/adde?moduleurl=www.aplusmonitoring.com/gadget/sitetest.xml&source=imag
Just thought of sharing a some useful IIS App pool functions I wrote long back in C#. Requirement was to play around with IIS v5.0/6.0 and do all settings dynamically – Note : You must have administrator priveledge to perform all IIS actions. Namespace Required using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.DirectoryServices; [...]