奇怪问题!
异常详细信息: System.NullReferenceException: 未将对象引用设置到对象的实例。
源错误:
行 125: this.Panel2.Visible = true;
行 126: }
行 127: string strUsername = Request.QueryString["username"].ToString();
行 128: string strPassword = Request.QueryString["password"].ToString();
行 129: if ((strUsername != null) && (strPassword != null))
源文件: C:\Inetpub\wwwroot\WebDisk\fileCS\index.cs 行: 127