F
Fred
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 ?
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 ?