Re: downloading files from another server through aspx
From: Wardeaux (wardeaux_at_bellsouth.net)
Date: 02/27/04
- Next message: Jamie: "Re: Setting HttpWebRequest Credentials to be current user"
- Previous message: Steve Bishop: "System.Diagnostics.Process Question"
- In reply to: John Timney \(Microsoft MVP\): "Re: downloading files from another server through aspx"
- Next in thread: Michael Pearson: "Re: downloading files from another server through aspx"
- Reply: Michael Pearson: "Re: downloading files from another server through aspx"
- Reply: Malek: "Re: downloading files from another server through aspx"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Feb 2004 18:29:13 -0500
John,
thanks for the reply. Any suggestions on good articles on setting up
"impersonation"... Installing IIS on the SQL box is a good suggestion, but
because of security requirements, we're not allowed to have both IIS and SQL
on the same box, (strange but true...)... anyways looks like impersonation
is a viable(?) option... any suggestions on articles and reading is most
appreciated! :)
many thanks!
wardeaux
"John Timney (Microsoft MVP)" <timneyj@despammed.com> wrote in message
news:%23r11PgY$DHA.3852@TK2MSFTNGP10.phx.gbl...
> Its a permissions problem. Your asp page would have to impersonate a user
> who could connect to that remote server to allow it to run as that user.
> Then your anonymous guests could access the remote server via the page
that
> is impersonating the privelaged user.
>
> Always a really tricky problem.
>
> Stating the obvious - why dont you just install IIS to the SQL box, or
> install something like tiny web server. Save yourself a lot of headaches.
>
> --
> Regards
>
> John Timney
> Microsoft Regional Director
> Microsoft MVP
>
>
> "Wardeaux" <wardeaux@bellsouth.net> wrote in message
> news:OuPaP2X$DHA.3256@TK2MSFTNGP09.phx.gbl...
> > Hey all,
> > I'm hitting a wall... We have many daily reports generated on another
> > server, need to present list of available files and allow user to
download
> > desired files from aspx page... any suggestions on how to do this? The
> > other server is running Win2K3 with SQL but no IIS... tried mapping
drives
> > and setting up shortcuts, nothing allows permissions from IIS_Guest
> > account...
> > even a "Can't Get there from here..." would be appreciated at this
point!
> >
> > many thanks in advance....
> > wardeaux
> >
> >
>
>
- Next message: Jamie: "Re: Setting HttpWebRequest Credentials to be current user"
- Previous message: Steve Bishop: "System.Diagnostics.Process Question"
- In reply to: John Timney \(Microsoft MVP\): "Re: downloading files from another server through aspx"
- Next in thread: Michael Pearson: "Re: downloading files from another server through aspx"
- Reply: Michael Pearson: "Re: downloading files from another server through aspx"
- Reply: Malek: "Re: downloading files from another server through aspx"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|