L
Lambuz
Hi all,
I've got this terrible problem.
I'm deploying 2 different .NET application (Framework .NET 1.1) that
both use remoting technology, but one is a HREF no-touch-deploy smart
client and the other one is a .NET control deploy by a tag object.
All assemblies are signed with a Strong Name.
For the kind of deploy (by IE) and the use of remoting technology I
need to configure a Full trust policy because these applications work
fine.
The problem is that for my security policy when I select the Condition
Type Site everything works fine, but when I select the Condition Type
Strong Name I've got some trouble.
With this condition type the sponsor mechanism don't seem to work
properly, infact I obtain the exception
System.Runtime.Remoting.RemotingException: Requested Service not found,
the same exception I obtain if I don't implement a sponsor mechanism at
all.
I made test on these platforms:
- WinXp + IE 6.0
- WinXp sp1 + IE 6.0 sp1
- WinXp sp2 + IE 6.0 sp2
- WinXp sp2 + IE 6.0 sp2 + Framework .NET 1.1 Service Pack 1
Any ideas ?
I've got this terrible problem.
I'm deploying 2 different .NET application (Framework .NET 1.1) that
both use remoting technology, but one is a HREF no-touch-deploy smart
client and the other one is a .NET control deploy by a tag object.
All assemblies are signed with a Strong Name.
For the kind of deploy (by IE) and the use of remoting technology I
need to configure a Full trust policy because these applications work
fine.
The problem is that for my security policy when I select the Condition
Type Site everything works fine, but when I select the Condition Type
Strong Name I've got some trouble.
With this condition type the sponsor mechanism don't seem to work
properly, infact I obtain the exception
System.Runtime.Remoting.RemotingException: Requested Service not found,
the same exception I obtain if I don't implement a sponsor mechanism at
all.
I made test on these platforms:
- WinXp + IE 6.0
- WinXp sp1 + IE 6.0 sp1
- WinXp sp2 + IE 6.0 sp2
- WinXp sp2 + IE 6.0 sp2 + Framework .NET 1.1 Service Pack 1
Any ideas ?