mwrock / RequestReduce

Instantly makes your .net website faster by reducing the number and size of requests with almost no effort.
www.requestreduce.org
Apache License 2.0
228 stars 48 forks source link

Use configuration file instead of web.config #187

Closed jaap34 closed 12 years ago

jaap34 commented 12 years ago

At this moment everything is configured in web.config by default.

To keep the web.config clean, would it be a good idea to implement a configuration class which makes use of WebActivator by default?

mwrock commented 12 years ago

You should be able to implement this yourself but I don't think its something I'd put directly into RequestReduce. I've tried to keep the config fairly sparse and find the config is simple and everyone understands it.