Custom web part and external images
From: Pavel Kalyakin (kalyakin_pavel_at_hotmail.com)
Date: 07/14/04
- Next message: Peter England: "Re: Portal Templates NOT Sharepoint Templates"
- Previous message: Timo: "How to exluce People from the search"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 01:32:21 -0700
I want to write custom web part for SPS2003. This web
part will connect to the remote server, retrieve html
page from it and display it. Remote server is password
protected.
The problem is that there are images on this page. I
wrote asp.net project, where whan you call the
default.aspx page, it requests remote server, retrieves
page, replaces all links to the images
with /media.aspx?...
When default.aspx displays content, browser send requests
for images to /media.aspx, which retrieves them from
remote server and shows to the client.
Eveything is fine.
My question is what i should do to convert this into web
part?
I can write such web-part, which will get page from
remote server, authenticate with it and shows content to
the client. But what i should do with images in my
situation ?
- Next message: Peter England: "Re: Portal Templates NOT Sharepoint Templates"
- Previous message: Timo: "How to exluce People from the search"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|