Re: Page with multiple IFRAMEs

From: Nicole Calinoiu (calinoiu)
Date: 05/21/05

  • Next message: ManniAT: "Re: roleProvider and Windows Authentication"
    Date: Sat, 21 May 2005 11:35:27 -0400
    
    

    Approach #2 should work just fine. Under normal circumstances, the
    credentials cached by the client browser for the main page will be passed
    for the iframe source pages if they appear to load from the same site.
    However, if you're in doubt, why not just try it with a simple sample?

    <benjessel@gmail.com> wrote in message
    news:1116585450.971661.108570@o13g2000cwo.googlegroups.com...
    > We have a web page with IFRAME "portlets". Each "portlet" is served
    > from either a different virtual server, or from a different server. All
    > these servers are in the same domain. The pages use integrated windows
    > authentication.
    >
    > When the user visits the page he/she is prompted for a login for the
    > server. The user types in a known username. This is expected. However,
    > the user is prompted for each IFRAME; the client PC doesn't know that
    > these seperate servers are in the same domain so there is no actual
    > "domain login".
    >
    > Our options are:
    >
    > 1) Establish a trust - not possible due to infrastructure constraints.
    > 2) Use DNS mapping/URL re-writing to make it look as if the pages are
    > all on the same server; i.e the URL will always point to the same
    > server even if the pages are actually somewhere else.
    >
    > I'm interested to know whether option 2 would work. Please can you help
    >


  • Next message: ManniAT: "Re: roleProvider and Windows Authentication"

    Relevant Pages

    • Re: QueryString Hiding
      ... you could use Session variables when values are kept in memory for user's ... at the server without client browser intervention. ... "Shock" wrote in message ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: How do I get HTML sent to server?
      ... looks completed on the client browser. ... If you want the *exactly* HTML sent back to your server, ... archive of the page the way the client sees it with their form data added. ...
      (comp.lang.javascript)
    • SV: Change the text on an aspx button
      ... So if you just change the markup in client browser, that isn't signaled anyway to the server so it cannot change the text of what you have sent from the client, unless you provide a mechanism to carry that value from client to server (hidden field is one such). ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Http ---> Protocol(XML) ---> Http Content
      ... > server. ... This html will be rendered to client browser after some processing. ... > I know it can be done via XMLHTTP object but I am looking towards a .Net ...
      (microsoft.public.dotnet.xml)
    • Re: Wait message...
      ... > I have a aspx page that I allow users to enter some data, based on what they> enter we run some analysis on the server side. ... > The server side based on the analysis sends to the client browser a wav> media file. ... i need to pop a message when the analysis is happening, and> remove it when the wav is being pushed to the browser. ...
      (microsoft.public.dotnet.framework.aspnet)