<%@ Register Namespace=”CompoundCAS” TagPrefix=”cas” Assembly=”CompoundCAS” %>
<cas:CASControl runat="server" id="CAS" PathToXmlConfigFile="http://localhost/CompoundTestSite/CompoundCasConfig.xml" />
<%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<databaseType>SqlServer2005</databaseType>
<databaseConnectionString>server=localhost; user id=root; password=xxxxxxx; database=rnowik; pooling=false;</databaseConnectionString> <databaseConnectionString>Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=compoundcastest;Data Source=AZTECSQLExpress</databaseConnectionString>
<?xml version="1.0" encoding="utf-8" ?> <compoundCasConfig> <settings> <databaseType>SqlServer2005</databaseType> <databaseConnectionString>Integrated Security=SSPI;Persist Security Info=False;Initial <Catalog=compoundcastest;Data Source=AZTECSQLExpress</databaseConnectionString> <itemsPerPage>25</itemsPerPage> </settings> <tables> ...tables removed -described later </tables> </compoundCasConfig>
<table> <name>blogcomments</name> <fields> <field> <name>name</name> <alias>Title</alias> <type>Text</type> <visibleInListMode>true</visibleInListMode> </field> <field> <name>newsId</name> <alias>News Article</alias> <type>LookupField</type> <visibleInListMode>true</visibleInListMode> <lookupTable>news</lookupTable> <lookupField>name</lookupField> </field> </fields> </table>
<link rel=”stylesheet” href=”StyleSheet.css” type=”text/css” media=”all” />