Creating IIS7 sites, applications, and virtual directories using Internet Information Services ManagerAccording to Microsoft, Internet Information Services 7.0, or IIS7, is the most advanced, secure and customizable platform for developing and reliably hosting Web applications and services. With IIS7, you can create sites, applications and virtual directories to serve requests. In order to serve req...
7 Easy-to-Apply Tips to Improve Your Web Site PerformanceA lot of articles have been written on website performance optimization lately but I want to share my hands-on-experience and important articles on the subject.
There are two types of performance:
* Server Performance
* Perceived Performance
Server Performance is associated with ...
Generate Sitemaps for Google, MSN/Live, Yahoo, Ask on the fly using an ASP.NET HttpHandlerSitemaps are XML files for search engines to learn what pages to crawl and how frequently to check for changes on each page. Here is a brief overview of how SiteMap HttpHandler will work: A request for SiteMap, will be intercepted and passed to our SiteMap HttpHandler which will generate the SiteMap...