服务器名: <%=System.Environment.MachineName%>
服务器端口: <%= HttpContext.Current.Request.ServerVariables["Server_Port"].ToString() %>
脚本解释引擎:<%=System.Environment.Version%>
站点物理路径:<%=HttpContext.Current.Request.PhysicalApplicationPath.ToString() %>
服务器CPU个数:<%=System.Environment.ProcessorCount %>
服务器IIS版本:<%=Request.ServerVariables["SERVER_SOFTWARE"]%>
开机运行时长:<%=(System.Environment.TickCount/3600000).ToString("N2")%> 小时
服务器时间:<%=DateTime.Now.ToString() %>
服务器操作系统:<%=System.Environment.OSVersion.ToString()%>

本文提供了服务器的基本信息概览,包括服务器名称、端口、使用的解释引擎版本、物理路径、CPU数量、IIS版本、运行时长、当前时间和操作系统类型。

4606

被折叠的 条评论
为什么被折叠?



