This is a sample web.config. After compiling the project, put the .dll into the
bin directory of your web application (or add a reference to the project in vs.net).
After you have the .dll in your asp.net app's bin directory, add the following
chunks to your web.config file.
-->
Here's an example on how to change the algorithm or compression level
so, to use deflate by default, and high compression, you would use the following line
-->
Here, we insert the HttpModule into the HttpRuntime for this web application.
-->