Re: Permissions needed for a Windows Forms Control to call a WebService
From: Danny Shisler (danny@NOSPAMshisler.com)
Date: 11/25/02
- Next message: Philip Q [MVP]: "Re: Forms authentication design guidlines needed"
- Previous message: Blair Taylor: "Verifying a digital signature created in Java"
- In reply to: John Timney \(Microsoft MVP\): "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Next in thread: Saurabh Nandu [MVP]: "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Reply: Saurabh Nandu [MVP]: "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Reply: Heath Stewart: "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Danny Shisler" <danny@NOSPAMshisler.com> Date: Mon, 25 Nov 2002 00:30:49 -0000
Thanks John,
But I believe my problems lie in the client-side .Net configuration as the
'sandboxing' doesn't allow the code to have 'Web Access' to web service. I
have got it to work on my development machine by giving full trust to code
in the Intranet Zone, but I can't for the life of me get it to work over the
network.
When embedded in a windows form the control works fine and calls the
WebService successfully, as soon as I emebed it in a web page the code fails
at the line where it calls the webservice method.
Regards
Danny
"John Timney (Microsoft MVP)" <xyztimneyj@btinternet.com> wrote in message
news:#jDnAoAlCHA.1688@tkmsftngp08...
> Look up the subject of asp.net impersonation. You may simply need to
simply
> turn on NTFS and your browser will handle the security for you. For
> anything else, you will need to look up something called the
> credentialscache and work out how to add it to your forms code.
>
> --
> Regards
>
> John Timney (Microsoft ASP.NET MVP)
> ----------------------------------------------
> <shameless_author_plug>
> Professional .NET for Java Developers with C#
> ISBN:1-861007-91-4
> Professional Windows Forms
> ISBN: 1861005547
> Professional JSP 2nd Edition
> ISBN: 1861004958
> Professional JSP
> ISBN: 1861003625
> Beginning JSP Web Development
> ISBN: 1861002092
> </shameless_author_plug>
> ----------------------------------------------
>
> "Danny Shisler" <danny@NOSPAMshisler.com> wrote in message
> news:#uLq9#9kCHA.3748@tkmsftngp08...
> > I have a windows forms control embedded in Internet Explorer (Intranet
> Zone
> > only) that I want to call a web service.
> >
> > I am completely new to .Net security and am really struggling to
> understand
> > how to achieve this.
> >
> > Any help would be appreciated please.
> >
> > TIA
> >
> > Danny
> >
> >
>
>
- Next message: Philip Q [MVP]: "Re: Forms authentication design guidlines needed"
- Previous message: Blair Taylor: "Verifying a digital signature created in Java"
- In reply to: John Timney \(Microsoft MVP\): "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Next in thread: Saurabh Nandu [MVP]: "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Reply: Saurabh Nandu [MVP]: "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Reply: Heath Stewart: "Re: Permissions needed for a Windows Forms Control to call a WebService"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|