TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dobby
NA
53
0
Server information queries in ASP.net
Oct 16 2009 9:57 AM
Hi, I am trying to make a small webpage which will tell me a thing about the server it is running on, (kind of like how the HP jetdirect Server will tell you stuff about your printer). in C# you could do a WMI query using System.Management; ManagementObject However the management object seems not to be recognised in ASP.net. to be honest, I am not entirely sure how IIS runs the web pages that it displays, does it keep them entirely contained with no access outside its own directory? The kind of things I am after are like HDD capacity, percentage used, CPU usage of the server. And eventually a remote file browser of the HDD. Are these thing possible in ASP if so how. Thanks. PS: what is the best IDE to develop ASP pages, I am currently just using VS08.
Reply
Answers (
10
)
edit field in gridview control
how to delete multiple item using checkbox in gridview control?