J
Jesse Henderson
I'm not finding a whole lot of information on this. For starters I'd
like to maybe just have a form with a button on it. It's hardly any
code in .net. I go through the .net configuration and set up security
so I can have access to that program.
I've tried going through this document/program
(http://msdn.microsoft.com/library/d...vbtchNo-TouchDeploymentInNETFramework.asp)and
my own simple program. No matter what I do when trying to run an exe
through a url like this http://localhost/TaskMgmtWS/TaskManagement.exe
it hangs and gives me this error.
____________________________________________________________________________
=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINNT\TEMP\ybecmchc.dll
LOG: Appbase = C:\Program Files\Visual Studio .NET Help Samples\Visual
Studio Technical Article
Samples\NoTouchDeployment\NoTouchDeploymentinNET\TaskManagement\bin\
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL
file:///C:/WINNT/TEMP/ybecmchc.dll.
HTTP/1.1 502 Gateway Error
Server: Microsoft-IIS/5.1
Date: Fri, 05 Mar 2004 20:04:41 GMT
Connection: close
Content-Length: 186
Content-Type: text/html
<head><title>CGI Application Timeout</title></head>
<body><h1>CGI Timeout</h1>The specified CGI application exceeded the
allowed time for processing. The server has deleted the process.
__________________________________________________________
I've went through and gave authority to my programs using the .net
configuration wizard. I'm clueless.
Thanks,
Jesse
like to maybe just have a form with a button on it. It's hardly any
code in .net. I go through the .net configuration and set up security
so I can have access to that program.
I've tried going through this document/program
(http://msdn.microsoft.com/library/d...vbtchNo-TouchDeploymentInNETFramework.asp)and
my own simple program. No matter what I do when trying to run an exe
through a url like this http://localhost/TaskMgmtWS/TaskManagement.exe
it hangs and gives me this error.
____________________________________________________________________________
=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINNT\TEMP\ybecmchc.dll
LOG: Appbase = C:\Program Files\Visual Studio .NET Help Samples\Visual
Studio Technical Article
Samples\NoTouchDeployment\NoTouchDeploymentinNET\TaskManagement\bin\
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL
file:///C:/WINNT/TEMP/ybecmchc.dll.
HTTP/1.1 502 Gateway Error
Server: Microsoft-IIS/5.1
Date: Fri, 05 Mar 2004 20:04:41 GMT
Connection: close
Content-Length: 186
Content-Type: text/html
<head><title>CGI Application Timeout</title></head>
<body><h1>CGI Timeout</h1>The specified CGI application exceeded the
allowed time for processing. The server has deleted the process.
__________________________________________________________
I've went through and gave authority to my programs using the .net
configuration wizard. I'm clueless.
Thanks,
Jesse