急寻asp.net高手,如何去除dreamershop网页底的版权信息?

来源:百度知道 编辑:UC知道 时间:2024/05/19 06:32:42
请教,如何去除dreamershop网页底的版权信息? Powered By DreamerShop

首页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:LanguagesDeal id="myLanguagesDeal" runat="server" Visible="False"></uc1:LanguagesDeal>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft Visual Studi

<FONT face="宋体">
<asp:table id="Table1" BorderWidth="0" CellSpacing="0" CellPadding="0" Width="100%" align="center"
runat="server"></asp:table></FONT>

把这句删掉就可以了

试试在Bottom.ascx.cs文件里找下所说的版权信息删掉,我也不懂.NET,我只会ASP,哈

在Bottom.ascx.cs或在Global.asax.cs找到相关代码注释掉...

DreamerShop.WebForm1
这个里面的相关语句去了应该就能了
要不就把这个里面的代码发上来
因为这些页好像都是继承的这个页

网页底部页面bottom.aspx文件
里的内容全删了。

不懂