divclass="comment""你的评论在这里"onmouseover="...
imgsrc=xonerror=alert(1)...
scriptalert(1)/script...
就是进入错误页面,看不到原因就是?public static object GetOptions(string Key)<br />? ? {<br />? ? ? ? DataTable dtOptions = DAL.Tables.T_Options.Select("", "", "[id]");<br />? ? ? ? DataRow[] dr = dtOptions.Select("Key = '" + Key + "'");<br />? ? ? ? if ((dr == null) || (dr.Length == 0))<br />? ? ? ? {<br />? ? ? ? ? ? return null;<br /><p>? ? ? ? } ? ? return dr[0]["Value"];</p><p>? ? }就是?DataRow[] dr = dtOptions.Select("Key = '" + Key + "'"); 这行异常了?</p>
具体是哪个页面报的错误?请从login.aspx页面登录
那就右键login.aspx 设置为起始页,然后再运行就行了
那么登录方式 说一下 怎么开始 ?真么进入login.aspx 页面
我是用Microsoft SQL Server 2010 ?运行的