I created a class using httpmodule to filter URLs. It works if I have .net site but how can I apply this for already running ASP site? The server has .Net framework.
I tried to configure the IIS to use this dll for .asp extension but doesn't work.
Any suggestions?
Thanks.