ASP.Net 2.0 和 3.5 的 Glimpse 替代方案
我有一个被迫使用 ASP.Net 2.0 的项目,是否有 Glimpse 的替代方案可以为我提供 Glimpse 可以提供的全部或部分数据?
我要查找的主要内容是:
- 会话值
- 请求值,例如路径信息、查询字符串等
I have a project that I am forced to use ASP.Net 2.0, is there an alternative to Glimpse that gives me all or some of the data that Glimpse can give?
The main things I'm looking for are :
- Session values
- Request values like Path info, Query string, and so on
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 ASP.NET 跟踪它自 ASP.NET 早期就已存在。
You could use ASP.NET Tracing which has been around since the early days of ASP.NET.