Strangest thing and I cannot find out why this is doing this.
Server details - IIS 7.5 Coldfusion 10 standard
This page: http://www.riverbender.com/sandbox/wtf/ display the following output: Hello World!
Code running:
<cfset theoutput = 'Hello World!' />
<cfoutput>#theoutput#</cfoutput>
Now run this page: This page: http://www.riverbender.com/sandbox/wtf/?id=1 <- this will give you a blank page unless you add index.cfm - /sandbox/wtf/index.cfm?id=1
I have cflog running as well. Both /wtf/?id=1 and /wtf/index.cfm?id=1 are being logged, so I'm pretty sure it's not a CF issue.
Any help would be greatly appreciated!