当前位置: 代码迷 >> ASP.NET >> 请教获得服务器信息该如何写,欢迎进来帮忙
  详细解决方案

请教获得服务器信息该如何写,欢迎进来帮忙

热度:1359   发布时间:2013-02-25 00:00:00.0
请问获得服务器信息该怎么写,欢迎进来帮忙
比如这个Label2.Text =Request.ServerVariables("server_name");我写错那了请各位帮忙看下


------解决方案--------------------------------------------------------
Label2.Text =Request.ServerVariables["server_name"];
  相关解决方案