Thanks for the replies, I've dug into the IIS and HTTP Error logs and found the following:
#Software: Microsoft HTTP API 1.0 #Version: 1.0 #Date: 2009-08-21 05:57:15 #Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-uri sc-status s-siteid s-reason s-queuename 2009-08-21 05:57:15 127.0.0.1 1248 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-21 06:08:15 127.0.0.1 1299 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-21 06:08:45 127.0.0.1 1302 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-21 06:09:15 127.0.0.1 1307 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-21 06:26:15 127.0.0.1 1383 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:46:46 127.0.0.1 2825 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/ - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:46:46 127.0.0.1 2829 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/ - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:47:16 127.0.0.1 2831 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:47:16 127.0.0.1 2834 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:49:16 127.0.0.1 2842 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:49:16 127.0.0.1 2846 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:57:17 127.0.0.1 2881 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:57:47 127.0.0.1 2892 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-23 23:58:47 127.0.0.1 2911 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-24 00:04:47 127.0.0.1 2942 127.0.0.1 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-24 00:05:17 10.100.201.10 2947 10.100.201.10 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool 2009-08-24 00:05:47 10.100.201.10 2956 10.100.201.10 80 HTTP/1.1 GET /CFIDE/administrator/index.cfm - 1 Connection_Dropped DefaultAppPool #Software: Microsoft Internet Information Services 6.0 #Version: 1.0 #Date: 2009-08-24 01:32:50 #Fields: date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status 2009-08-24 01:32:50 W3SVC1972422732 127.0.0.1 GET /CFIDE/administrator - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.2;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 301 0 0 Haven't come across this before, but I will contunue to investigate. Hopefully someone here knows what's going on :) Thanks, Mark. >First thing to try: >Use a browser that will actually show you the error message so we can >actually help you figure out what the problem is. Nothing against IE here, >but when the server returns an error code IE just throws up it's garbage >error page instead of showing you the message the server returned. > >Next you may consider changing coldfusion to stand alone mode, where it >listens on port 8500 without having to interface with IIS. > >Let me know what the error is and I'll let you know what I think is up. > >Dan >On Fri, Aug 21, 2009 at 6:02 AM, Kevin Roche ><[email protected]>wrote: > >> >> Try a reboot after the fail, then go back to the page that failed. Worked >> for me on Monday. >> >> Kevin >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325624 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

