Winform deployment via the IIS

From: Shachar Matyas (shacharm)
Date: 10/24/02


From: "Shachar Matyas" <shacharm>
Date: Thu, 24 Oct 2002 20:02:07 +0200


Hi All,

I try to deploy my program via the web http://netserver/deployment/app.exe
,what is the profesional name for this deployment I cant find any
documentation for this ?

I have 3 problems with this un document option:

1) The application don't read the config file app.exe
    When I run the application not using http:// from the network :
    \\netserver\deployment\app.exe
    It work fine and read the app.exe.config file
    but when I use the web start http://netserver/deployment/app.exe it
don't .

2) My application create an object dynamicly using :

    AppDomain.CurrentDomain.CreateInstanceAndUnwrap("namespace",
     "MyObject");

    When I run the application not using http:// from the network :
    \\netserver\deployment\app.exe
    it work fine and create the object
    but when I use the web start http://netserver/deployment/app.exe it dont
.
    I even don't see the MyObject in the GAC directory.
    How should I force hime to down load the MyObject .
    MyObject is not in the referance but it is in the app directory.

3) How can I config the .Net Configuration Run Security out side an msi /
setup regfile
    or any thing Automaticly, if the configuration is done under
Administrator authorization .
    for all the users in the computer .

Thanks in advance.



Relevant Pages

  • running winform exe from the web
    ... documentation for this? ... I even don't see the MyObject in the GAC directory. ... How can I config the .Net Configuration Run Security out side an msi / ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • [fw-wiz] PIX assessment
    ... I'm doing an assessment on the config of a pix running 6.3. ... From reading documentation it is my understanding that if you have ... static statement permitting this. ...
    (Firewall-Wizards)
  • Re: ld65 questions - overlays etc.
    ... This also seems to be missing from the documentation and what I ... The config files bring the flexibility which make ld65 such a great ... For beginners you have the built-in linker configurations. ...
    (comp.sys.apple2.programmer)
  • Re: Setting up a second monitor
    ... Throwing documentation at something complicated doesn't make it less complicated, ... Do you suppose that Microsoft has hired me to join this list and say that the X config file is complicated? ... They are not tutorials, they are reference information for people who are already knowledgeable. ...
    (Ubuntu)
  • Sphinx 0.3 released
    ... I'm pleased to announce the next minor version of Sphinx, the Python ... documentation generation tool. ... A new config value, `latex_use_parts`, can be used to enable parts in LaTeX ...
    (comp.lang.python.announce)