Re: Security error when running .NET user control in IE
From: Crirus (Crirus_at_datagroup.ro)
Date: 01/29/04
- Next message: Crirus: "Re: Adjusting security setting to run an embedded windows control in IE"
- Previous message: manukahn: "Kerberos Delegation"
- In reply to: Shawn Farkas: "RE: Security error when running .NET user control in IE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 29 Jan 2004 14:39:16 +0200
I have a application, embedded in IE (html assambly).
That aplication need to connect back to the server in order to get some
data.
What are conditions to succeed without requesting any special permissions
from client? As an applet do it....
Should I connect back to the server only using port 80?
Right now the client app is serverd by Apache and connection back is tryed
to another aplication on port 9500
any thoughts?
--
Cheers,
Crirus
------------------------------
If work were a good thing, the boss would take it all from you
------------------------------
""Shawn Farkas"" <shawnfa@online.microsoft.com> wrote in message
news:TqOazgd5DHA.3736@cpmsftngxa07.phx.gbl...
> Hi Jonas,
>
> You're running into an issue where IE is hitting the AppDomain your
control is living in, and that AppDomain doesn't have the trust you
> need. For more details check out:
>
> http://blogs.msdn.com/shawnfa/archive/2003/06/26/57026.aspx
>
> -Shawn
> http://blogs.msdn.com/shawnfa
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
> originated.
> --------------------
> >From: "Jonas" <jonas@nospam.pl>
> >Subject: Security error when running .NET user control in IE
> >Date: Wed, 28 Jan 2004 17:46:32 +0100
> >Lines: 18
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> >Message-ID: <e$0VH5b5DHA.1292@TK2MSFTNGP11.phx.gbl>
> >Newsgroups: microsoft.public.dotnet.security
> >NNTP-Posting-Host: 213.80.79.106
> >Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.
phx.gbl
> >Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.security:4662
> >X-Tomcat-NG: microsoft.public.dotnet.security
> >
> >Hi!
> >
> >I am creating a control that allows the user to upload file via ftp to a
> >remote site, so I have to get permissions for local hard drive access and
> >socket access.
> >
> >I've tried trusting my dll in the .NET Framework Configuration, but I
still
> >get a SecurityPermission error when calling my control from Javascript.
If I
> >use it from an ordinary WinForm, it runs without any problems.
> >
> >Do you have any tips on how to proceed?
> >
> >Brgds
> >
> >Jonas Hilmersson
> >
> >
> >
> >
>
>
- Next message: Crirus: "Re: Adjusting security setting to run an embedded windows control in IE"
- Previous message: manukahn: "Kerberos Delegation"
- In reply to: Shawn Farkas: "RE: Security error when running .NET user control in IE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|