Re: Opening Files On Other Server ?
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 03/01/04
- Next message: Max: "Re: Where is best place to put DB connection string?"
- Previous message: Suresh: "RE: Event handling for dynamically generated controls"
- In reply to: Bob Allen: "Opening Files On Other Server ?"
- Next in thread: Bob Allen: "Re: Opening Files On Other Server ?"
- Reply: Bob Allen: "Re: Opening Files On Other Server ?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Mar 2004 08:57:43 -0800
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: Max: "Re: Where is best place to put DB connection string?"
- Previous message: Suresh: "RE: Event handling for dynamically generated controls"
- In reply to: Bob Allen: "Opening Files On Other Server ?"
- Next in thread: Bob Allen: "Re: Opening Files On Other Server ?"
- Reply: Bob Allen: "Re: Opening Files On Other Server ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|