I need to set a website up to handle what looks like a folder path and call a specific file, passing the folder path. That probably sounds more complicated than it is. Let me give an example:
If passed a URL such as:
I want IIS to call the file index.cfm, which will parse out the '/article/11357' bit and run the appropriate programming logic on it.
I have read an article about how to do that using apache and php, but I need to use IIS (and ColdFusion -- that's the easy bit).
Any ideas or suggestions, even if they take a different approach would be welcome. The New Zealand Site
If passed a URL such as:
I want IIS to call the file index.cfm, which will parse out the '/article/11357' bit and run the appropriate programming logic on it.
I have read an article about how to do that using apache and php, but I need to use IIS (and ColdFusion -- that's the easy bit).
Any ideas or suggestions, even if they take a different approach would be welcome. The New Zealand Site