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...
Top 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 ...
Absolutely Pluggable Application-Wide Error Logging Facility for ASP.NET Web Applications - ELMAHAfter taking a web application online, you need to track exceptions and errors effectively in order to debug problems. ELMAH (Error Logging Modules and Handlers) is an application wide error logging facility which is completely pluggable therefore it can be added to a running ASP.NET web application...