Archives for posts tagged ‘IIS’

ASP.NET Web Application Without .ASPX Extension

The Problem
Ok, let’s say you want to create an application in ASP.NET. That application should be able to execute .NET code regardless of the path that is requested. You don’t want to map the .NET execution to a specific extension and you want handle all requests in a simple manner. Well, I think I figured [...]