Click here to Skip to main content
15,895,740 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 3:46
eginteractive31-May-09 3:46 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
Ramesh Swaminathan31-May-09 3:52
Ramesh Swaminathan31-May-09 3:52 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 3:55
eginteractive31-May-09 3:55 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] [modified] Pin
Ramesh Swaminathan31-May-09 4:08
Ramesh Swaminathan31-May-09 4:08 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 4:11
eginteractive31-May-09 4:11 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
Ramesh Swaminathan31-May-09 4:22
Ramesh Swaminathan31-May-09 4:22 
GeneralRe: Connecting To A Database ASP .NET [All Code Included = Long Topic] Pin
eginteractive31-May-09 8:45
eginteractive31-May-09 8:45 
Questionc# retrieve total non-paged memory usage remotely Pin
jw0rd31-May-09 3:03
jw0rd31-May-09 3:03 
Hello,

I'm working on a simple ASP .NET health checker and I've run into a few obstacles.

1) I need to be able to get the full non-paged memory usage from a remote machine (on same network). I've tried using System.Diganostics.Process.NonpagedSystemMemorySize64 however I've come to realize that the kernel's nonpaged usage is going to be missing from that total. Here is a quick sample of what I was doing:

Process[] myprocess = Process.GetProcesses("computername");

foreach (Process p in myprocess)
{
nonpaged += p.NonpagedSystemMemorySize64
}


2) I can overcome that locally by using System.Diagnostics.PerformanceCounter however you can only access the API for that class locally. Is there another class that would suit my needs?

Any help would be appreciated.
Generalwhen to use state server out procees session and sql server out process session Pin
sunkrajesh31-May-09 2:26
sunkrajesh31-May-09 2:26 
GeneralRe: when to use state server out procees session and sql server out process session Pin
Ramesh Swaminathan31-May-09 4:32
Ramesh Swaminathan31-May-09 4:32 
QuestionHow to create a TAB page in ASP.NET!! Pin
Sr...Frank31-May-09 1:37
Sr...Frank31-May-09 1:37 
AnswerRe: How to create a TAB page in ASP.NET!! Pin
mrcooll31-May-09 3:26
mrcooll31-May-09 3:26 
AnswerRe: How to create a TAB page in ASP.NET!! Pin
Ramesh Swaminathan31-May-09 3:34
Ramesh Swaminathan31-May-09 3:34 
QuestionDetailed exception from webservice while customError mode is "On" Pin
offengenden31-May-09 0:53
offengenden31-May-09 0:53 
QuestionRe: Detailed exception from webservice while customError mode is "On" Pin
Mountains2Hike9-Jun-09 7:55
Mountains2Hike9-Jun-09 7:55 
AnswerRe: Detailed exception from webservice while customError mode is "On" Pin
offengenden9-Jun-09 9:06
offengenden9-Jun-09 9:06 
GeneralRe: Detailed exception from webservice while customError mode is "On" Pin
Mountains2Hike9-Jun-09 10:12
Mountains2Hike9-Jun-09 10:12 
QuestionChange Crystal Reports CSS Path Pin
Tamimi - Code30-May-09 22:18
Tamimi - Code30-May-09 22:18 
AnswerRe: Change Crystal Reports CSS Path Pin
Ramesh Swaminathan31-May-09 5:29
Ramesh Swaminathan31-May-09 5:29 
GeneralRe: Change Crystal Reports CSS Path Pin
Tamimi - Code31-May-09 21:10
Tamimi - Code31-May-09 21:10 
QuestionReading & Modifying data grid cell entries Pin
ashutosh_karna30-May-09 11:23
ashutosh_karna30-May-09 11:23 
AnswerRe: Reading & Modifying data grid cell entries Pin
Baran M30-May-09 21:03
Baran M30-May-09 21:03 
GeneralRe: Reading & Modifying data grid cell entries Pin
Baran M31-May-09 21:23
Baran M31-May-09 21:23 
QuestionRetrieve value from Dynamic textbox Pin
smraj150330-May-09 3:11
smraj150330-May-09 3:11 
AnswerRe: Retrieve value from Dynamic textbox Pin
N a v a n e e t h30-May-09 3:51
N a v a n e e t h30-May-09 3:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.