Live Chat Icon For mobile
Live Chat Icon

ASP.NET FAQ - ASP.NET

Find answers for the most frequently asked questions
Expand All Collapse All

The name of the computer can be identified by the following code-


Response.Write('The MachineName is ' & System.Environment.MachineName.ToString())

//The OSVersion can be identified by the following code-
Response.Write(System.Environment.OSVersion.ToString());

//The Memory Working set can be identified by the following code-
Response.Write(System.Environment.WorkingSet.ToString());
Permalink

Share with

Couldn't find the FAQs you're looking for?

Please submit your question and answer.