[提问]
高人指点啊~ Server Error in '/' Application.的问题~谢谢~~
|
|
高人请指点呀,我在子目录里上传了网站的文件,都是aspx的文件。可是出现的是以下的提示。不知道是为什么呢?我问了朋友说是 这个需要空间支持asp.net ,1.确认服务器上的.NET库和你机器的.NET库一致。首先是你的.NET版本有问题
2.系统盘临时目录权限不够 ,需要升级服务器的net版本 修改网站目录权限 ,我该怎么办呢?
我买的是 DELUXE PLAN win的系统
Server Error in '/' Application. Parser Error Description: Anerror occurred during the parsing of a resource required to servicethis request. Please review the following specific parse error detailsand modify your source file appropriately.
Parser Error Message: Could not load type 'IWMS.Pages.TempTrans'.
Source Error:
Line 1: <%@Page Language="C#" Inherits="IWMS.Pages.TempTrans" EnableSessi EnableViewState="false" %>
Line 2: <%@OutputCache Duration="180" Location="None" VaryByParam="none" VaryByCustom="convBig5"%>
Line 3: <%Trans(TemplateType.Index);%> |
Source File: /comcn/default.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3053 |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-1-26 14:09:13
|
显示全部楼层
|
貌似你的asp.net 2.0程序要求权限比较高,GoDaddy空间不能运行 |
|
|
|
|
|
|
|
|