简体   繁体   English

Asp.Net-服务器标记格式不正确

[英]Asp.Net - Server Tag Not Well Formed

I'm working on debugging a website and I'm stuck on this section of code. 我正在调试网站,但仍停留在此部分代码中。 I'm connecting the site to a current database and I keep getting this error message no matter what I try. 我正在将该站点连接到当前数据库,无论尝试如何,都会不断收到此错误消息。 Any suggestions would be appreciated. 任何建议,将不胜感激。 Error is happening with Line 129. 129行发生错误。

Parser Error Message: The server tag is not well formed. 解析器错误消息:服务器标记的格式不正确。

Line 127:</asp:SqlDataSource>
Line 128:
Line 129:<asp:SqlDataSource> ID="SqlDataEQ11" <asp:Literal runat="server" Text"<%$ ConnectionStrings:ConnLocation %>" > </>  
Line 130:    database="ConnectionStrings" Integrated Security=True <asp:Literal runat="server" Text="<%$ ConnectionStrings:ConnLocation.ProviderName %>"> </>
Line 131: SelectCommand="SELECT DISTINCT EQ11

I see an extra quote. 我看到一个额外的报价。

ID="SqlDataEQ11" " >
                 ^

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM