Re: Opening Files On Other Server ?
From: Bob Allen (bob_at_greatsummits.com)
Date: 03/01/04
- Next message: Carpe Diem: "Re: Looking for Good book for JScript.net"
- Previous message: Dan: "DataGrid Doesn't Display"
- In reply to: bruce barker: "Re: Opening Files On Other Server ?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Mar 2004 11:11:07 -0600
That worked great thanks!!!
"bruce barker" <nospam_brubar@safeco.com> wrote in message
news:e6E6R56$DHA.2180@TK2MSFTNGP09.phx.gbl...
> to access a remote resource, the asp.net needs a primary security token
for
> a domain account with access to the resource. fill in the a domain account
> for the site to run under in the web config:
>
> <identity impersonate="true" userName = "domain\account"
> password="mypassword" />
>
> -- bruce (sqlwork.com)
>
>
> "Bob Allen" <bob@greatsummits.com> wrote in message
> news:uq2Chp6$DHA.3536@tk2msftngp13.phx.gbl...
> > I am trying to open an image file or any file for that matter on a
second
> > server but i am getting security issues. I have usernames and passwords
> for
> > this server and they are sitting side by side (not that that matters)
but
> no
> > matter what i do i cannot read from a web page to the other server file
> > system. Can anyone help? I have full control over all security on both
> > server but i still cannot figure out what i am missing?
> >
> > I am opening a file stream of an image and writing it out to a web page.
> It
> > works great from within the same server but when i go off that server
onto
> a
> > secondary it will not allow access.
> >
> > Thanks,
> > Bob;
> >
> >
>
>
- Next message: Carpe Diem: "Re: Looking for Good book for JScript.net"
- Previous message: Dan: "DataGrid Doesn't Display"
- In reply to: bruce barker: "Re: Opening Files On Other Server ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|