我試圖 var process = new Process
{
StartInfo = new ProcessStartInfo
{
FileName = filename,
UserName = "System",
UseShellExecute = false,
},
};
process.Start();
,但它產
我的設置是: Windows Server 2008中,IIS 7 我想什麼來完成: IIS 7從我的網站收到一個請求(在WPF中)執行一些3D操作,最後IIS 7應該呈現圖像並將其存儲在磁盤上的某處以加載到網站中 我知道什麼,我已經測試過: IIS 7箇中運行的服務會話0的Windows Server 2008 在會話0沒有服務就可以訪問視頻驅動器上,該在會話0中沒有服務可以執行任何呈現任務(在
我的CreateProcessAsUser函數出現錯誤。它說:「請求的操作需要提升。」我認爲我給了它最高的特權,我可以。任何人幫助?感謝 我的代碼如下: activeSessionId = WTSGetActiveConsoleSessionId();//get the currently logged on user's active session id
hProcessSn