Hallo Alle,
ich habe folgendes Problem:
Ich benutze ColdFusion Studio. Wenn ich nun meinen simpel code einhacke:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<cfquery name="bla" datasource="uebung">
select course number, title from Courses</cfquery>
<cfoutput query="bla">
Course Number: #course number#<br>
Title: #title#<br></cfoutput>
</body>
</html>
und mir das Ergebnis anschliessend im Browser ansehen will, bekomme ich folgende Fehlermeldung:
"The CF file you are trying to browse cannot be resolved into a URL. Add a server development mapping to enable URL resolution for this file."
Kann mir jemand sagen, was ich machen muss??
Vielen Dank, ty