Re: unable to execute a .exe command through Win32_Process on IIS.. Help
- From: "Steven" <steven@xxxxxxxxxxx>
- Date: 20 Sep 2005 21:24:10 -0700
Me thinks you are seeing a delegation problem...
If the script works via command line, but not through a web page, the
credentials used to get to the webpage don't seem to be transferring to
the web process.
Two easy questions first...
1. Is the AD Computer account for the IIS box marked as "Trusted for
Delegation" (or something very similar)?
2. Are you using Windows Authentication (only) on your website?
Ok, with that being said:
I'm not a .NET person, but the following link should provide a working
example about midway-to-a-third of the way down.. it uses explicitly
defined password and user, but I am guessing you can forego that little
part and glean any differences between your code and their purported
working code (which uses delegation).
http://www.dotnet247.com/247reference/msgs/46/232493.aspx
I hope this helps.
Steven
.
- References:
- unable to execute a .exe command through Win32_Process on IIS.. Help
- From: Durairaj Avasi
- unable to execute a .exe command through Win32_Process on IIS.. Help
- Prev by Date: Re: Win32_Process Create on a DC
- Next by Date: Re: Win32_Product.Uninstall() and Profiles
- Previous by thread: unable to execute a .exe command through Win32_Process on IIS.. Help
- Next by thread: Re: Monitor Lotus Notes
- Index(es):
Relevant Pages
|