ArthurDent
|
| Posted: 02/06/2006, 1:59 AM |
|
Hi!
I have tryed CCS3.0.2.2 and I tryed to do following things : http://www.mastercsharp.com/article.aspx?ArticleID=83&&TopicID=16
I cannot get this systems work. When I try to open the page http://localhost/PollApp/members_list.aspx , or look it live with CCS, my browser just show texts :
<!--ASPX page @1-9047FB77-->
<%@ Page language="c#" Codebehind="members_list.aspx.cs" AutoEventWireup="false" Inherits="PollApp.members_list.members_listPage" ResponseEncoding ="windows-1252"%>
<%@ Import namespace="PollApp.members_list" %>
<%@ Import namespace="PollApp.Configuration" %>
<%@ Import namespace="PollApp.Data" %>
<%@Register TagPrefix="PollApp" TagName="Header" Src="Header.ascx"%>
<%@Register TagPrefix="PollApp" TagName="Footer" Src="Footer.ascx"%>
<%@Register TagPrefix="CC" Namespace="PollApp.Controls" Assembly="PollApp"%>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="CodeCharge Studio 3.0.2.2">
<title>Members</title>
<link rel="stylesheet" type="text/css" href="Styles/GreenApple/Style.css">
<script language="JavaScript" type="text/javascript">
//Begin CCS script
//End CCS script
</script>
...........................................and will continue
I have configured the IIS and I cannot understand this.
If someone can help, please do it!
Is this CCS coding wrongly or have I incorrect folder or something???
AD
|
|
|
 |
|