如下的语句
WebRequest request1 = WebRequest.Create(this.GetUri("http://localhost/")); 
....
当执行到下面这条语句时出错:
WebResponse response1 = request1.GetResponse(); 
系统提示远程服务器405方法不允许!不知是什么原因?