Brian Lang
unread,Nov 13, 2012, 12:59:08 PM11/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cfwh...@googlegroups.com
My Production server is running IIS 7.5 and is using web.config with rewriting on. IIS is adding it's own error message above my onMissingTemplate.cfm content.
When I look at the source code of the 404 page (as served to the web browser), I can see that it has TWO full <html><head></head><body></body></html> constructs. IIS appears to be adding its own 404 file, and then ColdFusion is jumping in and serving its 404 page as well.
Anyone got any ideas on how I can fix this? I'm thinking I need to remove the 404 setting in IIS, but that doesn't seem quite right.