Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Creating Process - Using IIS in XPSP2 Pro

Status
Not open for further replies.

heberson

IS-IT--Management
Sep 16, 2002
22
BR
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top