Re: Forms authentication and Assembly.LoadFrom
- From: "Fred" <foleide@xxxxxxxxxxxxxxx>
- Date: Tue, 17 Jun 2008 19:04:17 +0200
Dans : news:ufnHlj8zIHA.5892@xxxxxxxxxxxxxxxxxxxx,
Fred écrivait :
Hello,
I am trying to load assemblies from a ASP.NET application using
Assembly.LoadFrom with an Url.
I don't use Click Once because it seems not to work with Forms
Authentication.
My problem is that I don't know how to pass the authentication cookie
to the http request made by LoadFrom.
Is there a way to do this ?
Or do you have another idea to make a windows web service client to
update itself automatically with dll stored on the server in a
protected folder ?
So finally, I programmed a set of functions in the web service to compare the versions of the dll stored on the server and the dll stored locally and download the assemblies if necessary. It's even better as I split the files in packets and can display a progression form.
The local app is only a kind of assembly factory which compares, downloads and loads the assemblies in memory before to launch the complete application.
--
Fred
foleide@xxxxxxx
.
- References:
- Forms authentication and Assembly.LoadFrom
- From: Fred
- Forms authentication and Assembly.LoadFrom
- Prev by Date: Re: How to ensure "child" ascx control loads before parent Load
- Next by Date: Re: Page_Error Working Only Part of the Time?
- Previous by thread: Forms authentication and Assembly.LoadFrom
- Next by thread: Installation Problem
- Index(es):
Relevant Pages
|