Can one refer to GAC on a server?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I have a Windows .exe which loads up an assembly from a folder on a
local, internal web server. That .dll, which is the main program,
depends heavily on 3rd party user controls.
Currently, the user controls are installed on the client machine
through the setup program. I want to bypass that and just have the .exe
call up the .dll and the .dll call up the correct user control .dlls
from the GAC on the web server. Is this possible?
The user controls change versions 3 times a year and I want to avoid
re-installing the application on people's machines every time there is
control version change.
Thanks.
.
Relevant Pages
- Re: .exe uplpoads
... it is impossible for anything on the Web Server to determine ... whether it is an upload or not, thus it is not possible to stop web editors ... allowing upload of .EXE is no biggie. ... >You can use URLScan to disallow .EXE from being accepted ... (microsoft.public.inetserver.iis) - Local EXE and web server communications
... intranet cannot/does not allow. ... I experimented with creating a HTA file, but the exe reference variable ... The other problem with an HTA is it prompts the user twice: ... The web server needs to initiate the call ... (microsoft.public.dotnet.languages.vc) - Re: How to disable direct file linkage
... click a link that takes them to a goodie program. ... You could make the GCI script actually emit the .exe file directly as ... How to configure this in your web server software depends very much on ... (perl.beginners) - Re: remove user exe execute permission
... You have .exe etc. files on your Web server: ... * You don't want anonymous internet user to run the files on the ... (microsoft.public.windows.server.security) - Re: Run-time error 91: Object variable or With block variable no
... I only have one EXE and it, along with a DLL, are the projects having this ... In looking through the various user controls, ... > Then the reference in the top UserControl to the daughter Usercontrol ... (microsoft.public.vb.general.discussion) |
|