Click to See Complete Forum and Search --> : IIS handler for .html website


connect_fc
August 27th, 2008, 01:40 AM
How would the IIS handle the URL request if the url is like below

http://www.somewebsite.com/index.php/about.html

I want to write a htmlHandler for the url of above type..which wud let me detect the user-agent

How can it be done ?

Any ideas ?