I am trying to create a very simple ASP.NET application that presents information out of a datbase based on the URL, similar to a wiki, but in this case the site is read-only. An example of a url I'd like would be:
and then it would use "bar" as a SQL query parameter to show information from a database that matches "bar".
I've looked into many URL re-writer options for IIS6 (and this would be on a dedicated server) but I'm still not sure which one to use for this application.
To perhaps clarify, I only need to run the site off of one default.aspx file, but I want it to work as above. The overall site logic will be very simple.
I am hoping that someone with more experience in this area can help out -- I am looking for the simplest solution that will address this one scenario. Thanks in advance!