0
kicks
Create an HttpModule to Process Wildcard Extension Mapping in ASP.NET
After you have configured IIS to allow wildcard extensions through ASP.NET how do you handle these request in ASP.NET. The answer is a custom httpModule and I extend this to a simple custom httpHandler.