Hello !

I wrote small proxy script working as httpHandler in my virtual directory. So, all what I need to do, is to be able to run another (f.ex: Default.aspx) .aspx application (website) located in this directory.

f.ex:
http://my_server/virt_dir/ - runs my Handler (proxy)

and moreover, I want to run:
http://my_server/virt_dir/Default.aspx

In my web.config:
...