日期:2014-05-17  浏览次数:20437 次

用VS2010建的WEB项目,自带发布到购买的虚拟主机的FTP上,浏览提示报错....
用VS2010建的WEB项目,自带发布到购买的虚拟主机的FTP上,浏览提示报错....
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 file '/Default.aspx.cs' does not exist.

Source Error:

Line 1: <%@ Page Title="主页" Language="C#" MasterPageFile="~/SiteTop.master" AutoEventWireup="true"
Line 2: CodeFile="Default.aspx.cs" Inherits="HS_WEB.Default" %>
Line 3:  


Source File: /Default.aspx Line: 1
这样的错误要怎么解决呢,空间的bin文件夹下有DLL文件

------解决方案--------------------
没文件,先发布到本地再发布到空间上吧...