Archive for the ‘Development’ Category

ASProxy is Under Development

Friday, May 22nd, 2009

Version 5.2 of ASProxy is under development for a while.
Most parts of the new release are rewritten to deliver a new feature. That feature is plug-in support which makes it possible to extend ASProxy with just a simple copy-past of the plug-ins. They can add features or change the way ASProxy works.
The documents will be available soon.

Also I’m going to work on Javascript support. Currently it has some issues that needs more attention.

Hopefully the upcoming version will be released within one or two months.

HttpHandler Implementation

Sunday, April 19th, 2009

Someone in Google groups suggested a few points that really make me think. His suggestions are great but some of them can’t be implemented in near future. Read the full story. One of his suggestions is about using HttpHandler instead of simple (.aspx) pages to gain better performance.

I checked out this point and found that he is right. I already know the pipeline differences between pages and HttpHandlers but didn’t use them in such a way!

However i finished applying  HttpHandler replacements and now it works like a charm!

The changes will be released in version 5.2 soon.

You can get the current changes right from here.

ASProxy_5.2pre_compiled_2009-4-19

Note that this is not a stable release and may cause you some errors.