【发布时间】:2010-11-05 13:08:46
【问题描述】:
我正在尝试部署在 Visual Studio 2010、.NET 4 中制作的网站(网站项目)。我选择了在 VS 中发布,并选择了预编译网站。然后我把结果复制到ftp上,得到了这个错误:
描述:解析服务此请求所需的资源时出错。请查看以下特定的解析错误详细信息并适当修改您的源文件。
解析器错误消息:找到不明确的匹配项。
来源错误:
Line 1: <%@ control inherits="ASPNetPortal.Welcome, App_Web_bsx3gdjs" language="c#" %>
Line 2: <%@ Register TagPrefix="uc1" TagName="Footer" Src="Footer.ascx" %>
Line 3: <style type="text/css">
Source File: /DesktopModules/Welcome.ascx Line: 1
该站点在本地主机上运行良好(在 VS 中)。我能做什么?
【问题讨论】:
标签: visual-studio-2010 web-applications web-deployment precompiled web-site-project