摘要: When I try to create a new web application, it just shows message as 'This should'nt take too long'.. Then, after a while it will show message as Request Timed Out. Sometimes it will show 'this page... 阅读全文
posted @ 2017-03-08 17:12 今夜太冷 阅读(269) 评论(0) 推荐(0)
摘要: You could set the Location header: public HttpResponseMessage Get() { var response = Request.CreateResponse(HttpStatusCode.Found); response.Headers.Location = new Uri("http://www.google.com"... 阅读全文
posted @ 2017-03-08 15:14 今夜太冷 阅读(364) 评论(0) 推荐(0)