Hello John,
I understand security is a must and welcome all MS efforts. However, this
control will be used in the Intranet where users within the network should be
able to use it on demand regardless of which domain they are.
Distributing the control In a multidomain enterprise may require creating
several different groups depending on what users will use it. This brings
additional tasks to the process as creating specific group policies will be
required.
ie. Using IE to distribute an update of the control will require just
uploading the control to the intranet website and that is all. When they
access it again, the new control will be used instead with no other changes.
Seems like there are no many options to do what I was requested.
Thank you for your comments,
Carlos Lozano
> Why must the control be within an HTML page? Within the browser you are
> in a sandbox, and unless you write a small stub exe to do some
[quoted text clipped - 5 lines]
> be in a zone where your software is given full trust, and that is not
> within the browser.
John Parrish - 30 Mar 2006 04:43 GMT
Carlos,
In your circumstance 2 things may be possible. 1. Register your
application certificate with a trusted CA, like verisign, entrust, etc.
One that is already configured as a trusted CA within IE. That would
grant your application an implicit trust since (correct me if I'm wrong)
code signed with a trusted CA cert has higher privilege. I am saying
that from knowledge from way back, so it might not work out for you with
CLR code access.
2. Take a look at click-once deployment with Windows Forms. Refer to the
following.
http://msdn.microsoft.com/msdnmag/issues/04/05/ClickOnce/
Hope this helps.
Regards.
John Parrish
> Hello John,
>
[quoted text clipped - 14 lines]
>
> Carlos Lozano
Carlos Lozano - 04 Apr 2006 20:20 GMT
Hello John,
I am attemting using the CA approach, but I am having an issue when
assigning the certificate (a PFX file) to the assembly. I am getting a
compiling error saying "bad version of provider" and fails to build.
By any chance do you know what is it about?
Thank you,
Carlos Lozano
> Carlos,
>
[quoted text clipped - 35 lines]
> >
> > Carlos Lozano