English 中文(简体)
Ping in ASP. NET
原标题:Ping in ASP.NET
  • 时间:2010-09-20 20:28:01
  •  标签:
  • asp.net

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;

最佳回答

Don t 知道这是否属于你的情况,但一般而言,通过铺.而发送的原始包装,需要视窗管理人的权利。 很可能是您的协会。 互联网网页没有足够特权发送一个纸浆包。 你可以通过将逻辑复制成常规应用来加以核对,并在不同条件下实施这一应用。 这将显示你何时工作,何时工作。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签