Thank you Shawn for this answer.
shawnfa@online.microsoft.com ("Shawn Farkas") wrote in message news:<OrlrlmwhEHA.1280@cpmsftngxa10.phx.gbl>...
> Hi Anders,
>
> With the default security policy, you only have permssion to access the same website that your control is hosted on. You will have to get
> the users to mofiy their policy in order to allow access to other websites.
>
> -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: anders.waglund@qstream.se (Anders)
> >Newsgroups: microsoft.public.dotnet.security
> >Subject: UserControl in IE Security higher then Java?
> >Date: 18 Aug 2004 01:08:07 -0700
> >Organization:
http://groups.google.com > >Lines: 13
> >Message-ID: <58ccf7b2.0408180008.73f654ba@posting.google.com>
> >NNTP-Posting-Host: 195.178.168.145
> >Content-Type: text/plain; charset=ISO-8859-1
> >Content-Transfer-Encoding: 8bit
> >X-Trace: posting.google.com 1092816487 6735 127.0.0.1 (18 Aug 2004 08:08:07 GMT)
> >X-Complaints-To: groups-abuse@google.com
> >NNTP-Posting-Date: Wed, 18 Aug 2004 08:08:07 +0000 (UTC)
> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news-
> spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews2.google.com!not-for-mail
> >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.security:7161
> >X-Tomcat-NG: microsoft.public.dotnet.security
> >
> >Hi all!
> >
> >With a signed Java applet you can use URLConnection to connect to a
> >remote webserver and all user needs to do is to accept a certificate.
> >
> >Is this possible with a UserControl made in .NET?
> >
> >I know how to code it using the WebRequest object, but there is always
> >a security error. Can I sign my control so that the user only needs to
> >accept my certificate and then I can access a webserver?
> >
> >Thank you
> >Anders