apache-service-monitor

Installing Apache 2.2

I have a hard time installing a plain Apache version in my PC (Windows 7). In my PC I have IIS and other Web server in place that I want to keep working as well. Here the steps to fallow: …


paging

DB Queries for Pagination

Query Version:

Source: http://www.dba-oracle.com/t_sql_pagination.htm (Query)


fiddler21

Configure an application to use Fiddler

Configure .NET Applications Note: don’t modify anything:

Important: Regardless of other settings, .NET will always bypass the Fiddler proxy for URLs containing localhost.  So, rather than using localhost, change your code to refer to the machine name.  For instance: Does …