I'm wondering if it is possible to do the dynamic to (apparently) static conversion not site-wide, but within a folder on the site. The site in question is on a Windows server, and much of the site is ASP-driven. In short, without affecting the way files are processed site-wide, I'd like to have a directory where I can disguise "/domain.com/store/products/display.asp?product=widget" as "/domain.com/store/products/widget.htm" or "/domain.com/store/products/widget/"
Most of the discussions I've seen appear to be site-wide modifications, or geared to UNIX environments. I apologize if this issue has been covered - the Site Search feature seemed to be acting up when I attempted to research the issue. Thanks.