I can ping using console app, but I want to ping from ASP.NET, the problem is that, ping object doesn t show ping.send(....). Is it not possible to ping from ASP.NET Web App?
http://coscientech.blogspot.com/201009/ping-trouble-aspnet.html
Directives are : using System;
using System.Net;
using System.Net.NetworkInformation;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Text;