2011-12-03 3 views
3

서버에있을 때 나는 다음과 같은 오류 얻을 :오류 Asp.net 웹 사이트 내 서버에 내 asp.net 프로젝트를 업로드

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: Could not load type 'web1.WebForm1'. 

Source Error: 


Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="web1.WebForm1" %> 
Line 2: 
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 

Source File: /kaka/web1/WebForm1.aspx Line: 1 
+1

[asp.net 프로젝트를 배포하는 중 오류가 발생했습니다.] (0120) (영문) – RickNZ

답변

1

이는 asp.net 웹 응용 프로그램 (안 웹 사이트) 인 경우를, 그럼 당신은뿐만 아니라 귀하의 codebehind DLL을 업로드해야합니다.

웹 사이트 인 경우 app_data 디렉토리를 업로드해야합니다.

+0

dll을 포함한 모든 프로젝트를 업로드 할 수 없습니다. –

관련 문제