I am trying to run the following ASP code in my Windows XP Pro SP2
<%
Set myping = Server.Createobject("Dynu.Ping")
Response.Write("<PRE>")
REM the below line will ping the host "10.8.4.123" with a 32 byte packet, 2 echo with 1000 millisecond timeout and display its result.
Response.Write(myping.ping("10.8.4.123", 5, 100, 1000))
Response.Write("</PRE>")
Set myping = nothing
%>
So when the page starts IIS shows me the following error:
Error creating process
Acess Denied.
In my home I have a Windows 98 SE running Personal Web Server and the same code.
Every thing works fine.
I have a succesfuly registered DLL from (Does anyone have any idea?
Héberson Sette de Almeida
rstti@brfree.com.br
C.U.E. Certified Unicenter Engineer
I.C.Q. 2772167
<%
Set myping = Server.Createobject("Dynu.Ping")
Response.Write("<PRE>")
REM the below line will ping the host "10.8.4.123" with a 32 byte packet, 2 echo with 1000 millisecond timeout and display its result.
Response.Write(myping.ping("10.8.4.123", 5, 100, 1000))
Response.Write("</PRE>")
Set myping = nothing
%>
So when the page starts IIS shows me the following error:
Error creating process
Acess Denied.
In my home I have a Windows 98 SE running Personal Web Server and the same code.
Every thing works fine.
I have a succesfuly registered DLL from (Does anyone have any idea?
Héberson Sette de Almeida
rstti@brfree.com.br
C.U.E. Certified Unicenter Engineer
I.C.Q. 2772167