Winform deployment via the IIS
From: Shachar Matyas (shacharm)
Date: 10/24/02
- Next message: Shawn Farkas [MS]: "Re: DES Algorithm (RC4 Encryption)"
- Previous message: Tim Greenwood: "DirectoryNotFound when accessing remote folders"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Next message: Shawn Farkas [MS]: "Re: DES Algorithm (RC4 Encryption)"
- Previous message: Tim Greenwood: "DirectoryNotFound when accessing remote folders"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|