ASP.Net 獲取伺服器資訊
Response.Write("伺服器機器名:" + Server.MachineName); Response.Write("<br/>"); Response.Write("伺服器IP地址:" + Request.ServerVariables["LOCAL_ADDR"]); Response.Write("<br/>"); Response.Write("伺服器域名:" + Request.ServerVariables["SERVER_NAME"]); Response.Write("<br/>"); Response.Write(".NET解釋引擎版本:" + ".NET CLR" + System.Environment.Version); Response.Write("<br/>"); Response.Write("伺服器作業系統版本:" + System.Environment.OSVersion.ToString()); Response.Write("<br/>"); Response.Write("伺服器IIS版本:" + Request.ServerVariables["SERVER_SOFTWARE"]); Response.Write("<br/>"); Response.Write("HTTP訪問埠:" + Request.ServerVariables["SERVER_PORT"]); Response.Write("<br/>"); Response.Write("虛擬目錄的絕對路徑:" + Request.ServerVariables["APPL_RHYSICAL_PATH"]); Response.Write("<br/>"); Response.Write("執行檔案的絕對路徑:" + Request.ServerVariables["PATH_TRANSLATED"]); Response.Write("<br/>"); Response.Write("Session總數:" + Session.Contents.Count.ToString()); Response.Write("<br/>"); Response.Write("Application總數:" + Application.Contents.Count.ToString()); Response.Write("<br/>"); Response.Write("快取Cache總數:" + Cache.Count.ToString()); Response.Write("<br/>"); Response.Write("伺服器主機:" + Request.ServerVariables["HTTP_HOST"]); Response.Write("<br/>"); Response.Write("伺服器區域語言:" + Request.ServerVariables["HTTP_ACCEPT_LANGUAGE"]); Response.Write("<br/>"); Response.Write("訪客資訊:" + Request.ServerVariables["HTTP_USER_AGENT"]); Response.Write("<br/>"); Response.Write("伺服器CPU個數:" + System.Environment.GetEnvironmentVariable("NUMBER_OF_PROCESSORS")); Response.Write("<br/>"); Response.Write("伺服器CPU型別:" + System.Environment.GetEnvironmentVariable("PROCESSOR_IDENTIFIER"));
你也許會問 HTTP_HOST 和 SERVER_NAME 的值是一樣的,它們之間有什麼區別?
通常伺服器預設埠為80,HTTP_HOST將省略不顯示埠號。如果伺服器是非80埠,則HTTP_HOST顯示埠號。
簡單的說就是: HTTP_HOST = SERVER_NAME:SERVER_PORT
相關文章
- asp.net獲取伺服器資訊ASP.NET伺服器
- ipmitool獲取伺服器資訊MIT伺服器
- Request.ServerVariables,C#獲取伺服器資訊,C#獲取訪問資訊ServerC#伺服器
- PHP獲取客戶端、PHP獲取伺服器相關資訊PHP客戶端伺服器
- asp.net獲取web.config配置資訊ASP.NETWeb
- C# 獲取客戶端資訊 /asp.net/WebService/WebFormC#客戶端ASP.NETWebORM
- 獲取linux伺服器基本資訊指令碼Linux伺服器指令碼
- mac獲取cpu資訊Mac
- 獲取資訊版本1
- Python獲取伺服器的廠商和型號資訊Python伺服器
- 【VMware ESXi】使用 smbiosDump 命令獲取伺服器硬體資訊。iOS伺服器
- Oracle獲取所有表名資訊和獲取指定表名欄位資訊Oracle
- C# url資訊獲取C#
- 常用OS獲取資訊命令
- GetDiskSerial DLL獲取硬碟資訊硬碟
- asp.net讀取Windows域(AD)資訊ASP.NETWindows
- 分享[ASP.NET]//獲取日期+時間ASP.NET
- 獲取.crt證書的資訊
- iOS獲取SIM卡資訊iOS
- Android系統資訊獲取Android
- javascript 獲取瀏覽器資訊JavaScript瀏覽器
- 分析索引快速獲取索引資訊索引
- ABL獲取XBL資訊記錄
- php-MediaInfo 獲取媒體資訊PHPAI
- 【Python】獲取機器使用資訊Python
- 獲取app版本號相關資訊APP
- Oracle 元件資訊獲取途徑整理Oracle元件
- iphone 獲取地址的詳細資訊iPhone
- ios 如何獲取WKWebview錯誤資訊iOSWebView
- ElasticSearch 獲取es資訊以及索引操作Elasticsearch索引
- Android獲取應用基本資訊Android
- SNMP系統資訊獲取工具onesixtyone
- 獲取Oracle隱含引數資訊Oracle
- Android獲取手機配置資訊Android
- js獲取ip,瀏覽器資訊JS瀏覽器
- android GPS 獲取城市資訊Android
- 獲取本地IP和mac等資訊Mac
- 獲取網路卡的相關資訊