是否有一个相当于phpinfo()函数的ASP.NET? [英] Is there an equivalent to phpinfo() in ASP.NET?

查看:788
本文介绍了是否有一个相当于phpinfo()函数的ASP.NET?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经环绕在Request.ServerVariables集合在ASP.NET中,但它并不像COM prehensive为phpinfo()函数。

I've looped over the Request.ServerVariables collection in ASP.NET, but it's not as comprehensive as phpinfo().

任何人都知道一个脚本的ASP.NET,包括所有的信息,包括服务器软件,驱动程序等。

Anyone aware of a script for ASP.NET that includes all that info, including server software, drivers, etc.?

推荐答案

这个标题中的空白页应该做的伎俩:

An empty page with this header should do the trick:

<%@ Page Trace="true"  Language="C#" 
    ContentType="text/html" ResponseEncoding="utf-8" %>

这篇关于是否有一个相当于phpinfo()函数的ASP.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆