
ASP.NET
zibinghy
精品文档馆:百度网盘svip超级会员共享系统,实现多用户登录同一个网盘账号。
展开
-
asp.net Request.ServerVariables 各参数说明集合
Request.ServerVariables["Url"] 返回服务器地址Request.ServerVariables["Path_Info"] 客户端提供的路径信息Request.ServerVariables["Appl_Physical_Path"] 与应用程序元数据库路径相应的物理路径Request.ServerVariables["Path_Translated"] 通过由虚拟至物理原创 2010-04-12 09:10:00 · 507 阅读 · 0 评论 -
ASP.NET中用Request.ServerVariables获取各种信息
Request.ServerVariables["REMOTE_ADDR"] 获取访问IPRequest.ServerVariables["LOCAL_ADDR"] 同上Request.ServerVariables["SERVER_NAME"] 获取服务器IPRequest.ServerVariables["HTTP_REFERER"]原创 2010-04-12 09:16:00 · 747 阅读 · 0 评论