Hello
My IIS 5.0 server is displaying the contents of index.cfm (using Coldfusion 5.0) twice (one over the other) between some undefined time after midnight until some time after 11:20 AM local time. It looks like I have the website loaded in two seperate frames.
So far:
I have checked the Coldfusion 5.0 server settings and noticed that the "Missing Template Handler" and "Site-wide Error Handler" are pointing to index.cfm, so this could explain why there are two index.cfm pages displaying BUT ... if I edit index.cfm during this "double display" time (from early morning until 11:20 AM) only the bottom page is updated and the top page remains unaltered.
Furthermore, if I click on any link that exists on the "top" page, the web browser will load the link in the "bottom" page. After ~11:20 AM the page displays correctly until the next day.
Never handled something like this before, and I don't know exactly where to begin. This was not a problem until recently. The application.cfm file looks like:
My IIS 5.0 server is displaying the contents of index.cfm (using Coldfusion 5.0) twice (one over the other) between some undefined time after midnight until some time after 11:20 AM local time. It looks like I have the website loaded in two seperate frames.
So far:
I have checked the Coldfusion 5.0 server settings and noticed that the "Missing Template Handler" and "Site-wide Error Handler" are pointing to index.cfm, so this could explain why there are two index.cfm pages displaying BUT ... if I edit index.cfm during this "double display" time (from early morning until 11:20 AM) only the bottom page is updated and the top page remains unaltered.
Furthermore, if I click on any link that exists on the "top" page, the web browser will load the link in the "bottom" page. After ~11:20 AM the page displays correctly until the next day.
Never handled something like this before, and I don't know exactly where to begin. This was not a problem until recently. The application.cfm file looks like:
Code:
clientmanagement="Yes"
sessionmanagement="Yes"
sessiontimeout="#CreateTimeSpan(0,2,0,0)#"
applicationtimeout="#CreateTimeSpan(1,0,0,0)#