我在 vs 2017 中创建了一个基本的 Web MVC 应用程序,并尝试在 Azure 上发布它。尝试使用现有的应用程序服务并创建一个新的,但都失败了。收到此错误 - 严重性代码描述项目文件行抑制状态错误 Web 部署任务失败。((20-Jun-19 12:40:32 PM)在远程计算机上处理请求时出错。)
(20-Jun-19 12:40:32 PM) 在远程计算机上处理请求时出错。有一个未闭合的文字字符串。第 1 行,位置 70。
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space)
at System.Xml.XPath.XPathDocument..ctor(TextReader textReader)
at Microsoft.Web.Deployment.PackageDeserializer..ctor(Stream stream, DeploymentBaseContext baseContext)
at Microsoft.Web.Deployment.DeploymentAgent.HandleSync(DeploymentAgentAsyncData asyncData, Nullable`1 passId, String user, String siteName) WebApplicationForAzure 0