sys系统信息

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Net; public partial class Employees_SYS : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { //获取服务器IP string name = Dns.GetHostName(); IPHostEntry myip = Dns.GetHostByName(name); foreach (IPAddress ip in myip.AddressList) { this.LabIp.Text = ip.ToString(); } //获取名称 string pcname = Dns.GetHostName(); this.LabName.Text = pcname.ToString(); //iis this.LabIis.Text = Request.ServerVariables["SERVER_SOFTWARE"]; //时间 this.LabTime.Text = DateTime.Now.ToString(); //路径 this.LabPatch.Text = Server.MapPath(Request.ServerVariables["SCRIPT_NAME"]); //端口 this.Labdk.Text = Request.ServerVariables["SERVER_PORT"]; //系统 this.LabWin.Text = Environment.OSVersion.Platform.ToString() + " " + Environment.OSVersion.Version.ToString(); //超时 this.LabSe.Text = Server.ScriptTimeout.ToString(); } }<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SYS.aspx.cs" Inherits="Employees_SYS" %>

<%-- --%>
欢迎您使用OA系统

为保证系统数据安全,使用完后请点击退出!
服务器环境
服务器名  
服务器IP  
服务器端口  
服务器时间  
IIS版本  
脚本超时时间
服务器物理路径
服务器操作系统版本  
程序制作 WXL

 

 

 

你可能感兴趣的:(.NET,class,server,服务器,asp,xhtml,url)