Re: Web Service that calls an external Web Service

From: Isaias Formacio Serna (none_at_mail.com)
Date: 01/30/04


Date: Fri, 30 Jan 2004 11:48:08 -0600

I tryed the line as you mentioned and it didn't work, then I put this line:

 <trust level="Full" originUrl="" />

And it's now working fine, although I don't know what security issues I
might be opening...

"MSFT" <lukezhan@online.microsoft.com> wrote in message
news:RxgxYDw5DHA.2768@cpmsftngxa07.phx.gbl...
> Hi Isaias,
>
> Sorry for not stating clear in my previous message. I mean, in the
> web.config of your web service, is there such an line to grant trust
level?
>
> <system.web>
>
> <trust level="Full" originUrl="http://plasma/station/.*"/>
>
> </system.web>
>
> You may refer to following article about "<trust>" Element in web.config:
>
>
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechn
> ol/windowsserver2003/proddocs/standard/aacontrustelement.asp
>
> Luke
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>