Re: [DOTNET] Adding site to Trusted Sites @ Machine level

2002-05-03 Thread John Cavnar-Johnson
Chris, I think I've figured this one out. Based on this Q article [1], you can add a site to the Trusted Sites zone at the machine level [2]. I've found that the easiest way to do this is to (temporarily) add the site to Trusted Sites from the IE UI. This will create the appropriate registry k

Re: [DOTNET] remoting from browser with partially trusted code

2002-05-03 Thread John Cavnar-Johnson
According this page [1], "Object-remoting scenarios are not supported for partially trusted code applications." [1] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetse c/html/Aptcatypes.asp?frame=true -Original Message- From: Steve Albert [mailto:[EMAIL PROTECTED]] S

Re: [DOTNET] remoting from browser, security bug (?)

2002-04-29 Thread John Cavnar-Johnson
This is by design. Strong-named assemblies (like System.Runtime.Remoting) can not be called by partially trusted code (code that has any permission set other than full trust) unless that strong named assembly is decorated with the AllowPartiallyTrustedCallers attribute. System.Runtime.Remoting d

Re: [ADVANCED-DOTNET] remoting from browser, security bug (?)

2002-04-29 Thread John Cavnar-Johnson
This is by design. Strong-named assemblies (like System.Runtime.Remoting) can not be called by partially trusted code (code that has any permission set other than full trust) unless that strong named assembly is decorated with the AllowPartiallyTrustedCallers attribute. System.Runtime.Remoting d

Re: [ADVANCED-DOTNET] remoting from browser, security bug (?)

2002-04-29 Thread John Cavnar-Johnson
accomplish what you want. Thanks, Michael - Original Message ----- From: "John Cavnar-Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 11:15 AM Subject: Re: [ADVANCED-DOTNET] remoting from browser, security bug (?) This is by design

Re: [DOTNET] Control SOAP Envelope

2002-04-30 Thread John Cavnar-Johnson
I can't answer the SOAP question, but as to the security question, do this: Login in to your machine as a local administrator (you're not running as a local admin all the time, are you?) Open the .Net Framework configuration tool. Navigate to the Runtime Security Policy and choose the machine le