我搞了以后点 在浏览器中敲入http://localhost/index.aspx 就这样了 为什么 <%@ Register TagPrefix="uc1" TagName="LanguagesDeal" Src="LanguagesManage.ascx" %>
<%@ Register TagPrefix="uc1" TagName="SiteCounter" Src="Counter/SiteCounter.ascx" %>
<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="DreamerShop.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>
<%=mConfigInf.strWebTitle%>
</title>
<uc1

anguagesDeal id="myLanguagesDeal" runat="server" Visible="False"></uc1

anguagesDeal>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<META NAME="Powered By" Content="DreamerShop.com">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<META name="description" content="<%=mConfigInf.strDescription%>">
<META name="keywords" content="<%=mConfigInf.strKeywords%>">
<LINK href="<%=mConfigInf.strTemplateUrl%>" rel="stylesheet" type=text/css>
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<asp

laceHolder id="PlaceHolder1" runat="server"></asp

laceHolder>
<asp

laceHolder id="PlaceHolder2" runat="server"></asp

laceHolder>
<asp

laceHolder id="PlaceHolder3" runat="server"></asp

laceHolder>
</body>
</HTML>