Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   CFExecute not executing appcmd.exe (http://www.chiefdelphi.com/forums/showthread.php?t=98703)

whcirobotics 08-12-2011 22:41

CFExecute not executing appcmd.exe
 
created the following code on a Cofdfusion server: file name: testWebsite.cfm
This is the code:

<cfoutput>
<cfset exec_command = "add site /name:""demosite"" /bindings:http://demosite.testserver.com:80 /physicalpath:""D:\Websites\demosite"" ">

<cfexecute name="C:\Windows\System32\inetsrv\appcmd.exe" arguments="#exec_command#" timeout="60" />

Done!
</cfoutput>


But when I execute this file e.g. http://www.demoserver.com/testcases/testWebsite.cfm

It just displays "Done!" without any errors, it doesn't execute the add site code.

Upon referring numerous documents, I checked the user rights under which both execute. The coldfusion service is running as a domain user called Webserver@domain.com I don't know how to check the same for IIS. So I checked the World Wide Publishing Service and IIS Admin Service - running as Local System.

Even if I log in as the administrator, I cannot add the webserver user to the inetsrv folder or the appcmd.exe located at C:\Windows\System32

Please help with any ideas/suggestions.

Thanks.


All times are GMT -5. The time now is 23:25.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi