G
Guest
I have a .net application.
When trying to run it from ISAPI extension, the application can not conncet
to the web services.
The first errors are about writing to c:\winnt\temp.
After giving 'everyone' permissions to write to c:\winnt\temp, the next
error is:
Cannot execute a program. The command being executed was
"c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe" /noconfig
@"C:\WINNT\TEMP\5ddmhvd1.cmdline".
How can I fix it?
The application uses:
WS.Credentials = CredentialCache.DefaultCredentials;
When trying to run it from ISAPI extension, the application can not conncet
to the web services.
The first errors are about writing to c:\winnt\temp.
After giving 'everyone' permissions to write to c:\winnt\temp, the next
error is:
Cannot execute a program. The command being executed was
"c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe" /noconfig
@"C:\WINNT\TEMP\5ddmhvd1.cmdline".
How can I fix it?
The application uses:
WS.Credentials = CredentialCache.DefaultCredentials;