产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 又出问题了 再求教下
study520x - 2010/1/13 18:28:00
本来在2k可以用的 由于需要 换成了win2k3 服务器版
结果 运行出现这个提示了 这个是输入前台http://localhost/index.aspx这个页面时候出现的
初始化和后台登录管理都正常啊

Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The Runat attribute must have the value Server.

Source Error:


Line 1:  <% @ Page language="c#" Inherits="PageAdmin.lanmu"%><asp: PlaceHolder id="Holder" runat="server-54b8a03f" />



Source File: /index.aspx    Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
study520x - 2010/1/13 18:30:00
我的index.aspx里面也就一行

<% @ Page language="c#" Inherits="PageAdmin.lanmu"%><asp: PlaceHolder id="Holder" runat="server-54b8a03f" />
nihaoma - 2010/1/13 19:20:00
我的是
<% @ Page language="c#" Inherits="PageAdmin.lanmu"%><asp:PlaceHolder id="Holder" runat="server" />
study520x - 2010/1/13 19:32:00
本来是server的 初始化完了自己加上54b8a03 这个电脑机器名
1
查看完整版本: 又出问题了 再求教下