Well now I am just lost. I have the .net framework extension in, IIS set up and still it would only display the code on the IE window
<%@ Page Language="
VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
<%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicK eyToken=836f606ede05d46a,culture=neutral" %>
<MM:DataSet
id="DataSet1"
runat="Server"
IsStoredProcedure="false"
ConnectionString='<%# "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\Project\Database\OpenDay .mdb;Persist Security Info=False" %>'
DatabaseType='<%# "OleDb" %>'
CommandText='<%# "SELECT * FROM StudFeed" %>'
Debug="true"
> </MM:DataSet>
<MM:PageBind runat="server" PostBackBind="true" />
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%# DataSet1.FieldValue("StudentID", Container) %>
<%# DataSet1.FieldValue("StudName", Container) %>
</body>
</html>
This was a test page. I set up the local, remote, testing servers as C:\Inetpub\wwwroot\project\
The http address is
http://localhost/project/