Re: [DOTNET] ping V2

2002-05-15 Thread Frerich Tergast
>> -Original Message- >> From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of >> Brad Wilson >> Sent: Wednesday, May 15, 2002 4:25 PM >> To: [EMAIL PROTECTED] >> Subject: Re: [DOTNET] ping V2 >> >> > You must run the aspnet process using a

Re: [DOTNET] ping V2

2002-05-15 Thread Dumitru Sbenghe
> -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of > Brad Wilson > Sent: Wednesday, May 15, 2002 4:25 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] ping V2 > > > You must run the aspnet process using a user with high

Re: [DOTNET] ping V2

2002-05-15 Thread Brad Wilson
Dumitru Sbenghe wrote: > The example use sockets in an unsual way (raw sockets) > Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Raw, > ProtocolType.Icmp); > and the asp.net user ASPNET doesn't have enough rights to do that; I believe you need administrative privileges to op

Re: [DOTNET] ping V2

2002-05-15 Thread Dumitru Sbenghe
D]]On Behalf Of > Frerich Tergast > Sent: Wednesday, May 15, 2002 2:17 PM > To: [EMAIL PROTECTED] > Subject: [DOTNET] ping V2 > > > Hi, all, > > I tried to use an example to ping a machine within a webpage and > to display > the roundtrip time. I used the sample at &

[DOTNET] ping V2

2002-05-15 Thread Frerich Tergast
Hi, all, I tried to use an example to ping a machine within a webpage and to display the roundtrip time. I used the sample at http://dotnet247.com/247reference/articles/0/1273.aspx from Saurabh but I get an error message: "An attempt was made to access a socket in a way forbidden by its access