Torsten_Flegel
Mon Mar 17 05:47:49 CDT 2008
Hi,
on the external server runs a seperate Applikation with an own screen-
design and so on. So I haven't just content, I have to paste the whole
content-area of the external app into the MOSS-Page Content area. The
external Application has the option to put the content into a given
template, so I thought this would be the best way.
The users should only call one web-url - so an iframe solution is
prohibated.
What webpart would you prefer?
cu
Torsten
On Mar 16, 8:57 am, David Wang <w3.4...@gmail.com> wrote:
> On Mar 15, 12:57 pm, Torsten_Fle...@web.de wrote:
>
>
>
> > Hi,
>
> > the external server isn't able to provide a webservice.
>
> > The scenario starts on the moss portal. the user will be form
> > authentificated and starts the browsing on the portal. One subsite is
> > the site which will be filled with the external content. the page
> > layout of this aspx-sharepoint site has a place holder for the
> > external content. An actual page layout is stored as template on the
> > external server. when a page is called from the external server, the
> > template will be picked up, the user specific content will be filled
> > into the moss-page-layout template and the external server deliver
> > this page to the IIS of SharePoint who have to render it.
> > Is there realy a place for the ISA? On which step can I use it, and
> > how?
>
> > cu
> > Torsten
>
> > > Make the External WebServer's modifications a WebService, and invoke
> > > it from the Sharepoint site with an HttpHandler which handles the
> > > requests, picks up the ASPX Page of Sharepoint, does the
> > > modifications, then causes the modification to be executed.
>
> > > Unless you are saying that you want the request to reach Sharepoint
> > > and have it first do the rendering, and you just insert something into
> > > the rendered output. At which point, ISA would be the good
> > > interception point.
>
> > > //David
> > >
http://w3-4u.blogspot.com
> > >
http://blogs.msdn.com/David.Wang
> > > //- Hide quoted text -
>
> > - Show quoted text -
>
> It sounds like you are trying to embed the contents generated by the
> External Server into the web page presented by MOSS. MOSS has WebParts
> and such ways to embed and aggregate external information into MOSS
> such that you don't want to write code to do this sort of thing, so I
> am puzzled by what you are trying to do.
>
> //David
http://w3-4u.blogspot.comhttp://blogs.msdn.com/David.Wang
> //