I finally solved the problem this way:
1. if the page nb. does not exists:
<cfheader statuscode="404" statustext="Page not found">
<CFABORT>

2. in IIS I defined a URL to be called in case of error 404, this page displays 
a friendly message, then it also has to declare
<cfheader statuscode="404" statustext="Page not found">
(fortunately, IIS won't call the URL a second time, and loop)



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359044
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to