No Touch Deployment in .NET

  • Thread starter Thread starter Jesse Henderson
  • Start date Start date
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
 
I've read some things about using Strong names or something like that.
I don't believe I'm doing that. Can someone explain?
 
There's got to be someone who can or has an application with maybe one
button and a message box on it that they have working with No Touch.
Please give me a hand. I'm completely lost. No matter what I try I
can't get applications to run. Helppppppp!!!!
(e-mail address removed)
 
Had same problem. It's something to do with mime types and IIS 5
I put my app on an IIS 6 web server and it worked straight away.

OK?

Thanks but I don't have acceess to a server with IIS 6 right now. All
my company has is IIS 5. :(
 
Back
Top