running winform exe from the web
From: Shachar Matyas (shacharm)
Date: 10/27/02
- Next message: Mike Shaw [MS]: "Re: running winform exe from the web"
- Previous message: John: "User Class"
- Next in thread: Mike Shaw [MS]: "Re: running winform exe from the web"
- Reply: Mike Shaw [MS]: "Re: running winform exe from the web"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Shachar Matyas" <shacharm> Date: Sun, 27 Oct 2002 09:50:12 +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.
- Next message: Mike Shaw [MS]: "Re: running winform exe from the web"
- Previous message: John: "User Class"
- Next in thread: Mike Shaw [MS]: "Re: running winform exe from the web"
- Reply: Mike Shaw [MS]: "Re: running winform exe from the web"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|