I am new to Dreamweaver 8 and Coldfusion MX7. I am getting this error when
trying to read this on Explorer 6.0
I am using Windows XP Professional Service Pack 2
Can any one help me

Bye
Hallam

Error Occurred While Processing Request
File not found:
/cfide/administrator/datasources/TMP9tuq6sa460.cfm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Road Race Info</title>
</head>

<body>
<div align="left">
<cffile action="append" addnewline="yes" file="log.cfm"
output="form.name#|#form.email#|#remote_addr#" fixnewline="no" >
</div>
<form action="logcode.cfm" method="post"
enctype="application/x-www-form-urlencoded" >
<strong>Name: </strong>
<input name="name" type="text">
<strong>E-Mail</strong> <input type="text" name="email" >
<input type="submit" value="submit" >
</form>

</body>


</html>

coldfusion.runtime.TemplateNotFoundException: File not found:
/cfide/administrator/datasources/TMP9tuq6sa460.cfm
at coldfusion.filter.PathFilter.invoke(PathFilter.jav a:83)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilt er.java:27)
at coldfusion.filter.ExceptionFilter.invoke(Exception Filter.java:50)
at
coldfusion.filter.ClientScopePersistenceFilter.inv oke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilt er.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilt er.java:38)
at coldfusion.filter.DatasourceFilter.invoke(Datasour ceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at coldfusion.bootstrap.BootstrapServlet.service(Boot strapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:257)
at
jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:527)
at jrun.servlet.http.WebService.invokeRunnable(WebSer vice.java:172)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invok eRunnable(ThreadPool.java:349)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:457)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeR unnable(ThreadPool.java:295)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)