Page with multiple IFRAMEs

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Page with multiple IFRAMEs

    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

    benjessel@gmail.com Guest

  2. Similar Questions and Discussions

    1. iFrames
      Hi, when I make a page in photoshop, do my rollovers in imageready , bring it to dreamweaver, make an iframe from a slice made in ps or ir, the...
    2. Advanced OOP: Best OO design for rendering multiple page types to multiple devices
      Hoping to get some ideas from more experienced hands regarding the best way to use object-oriented design to assist my development of a content...
    3. single page Quark ps ok, multiple page ps won't distill
      I'm trying to speed up my process making high-res single page pdfs for my printer by printing one large pdf then ripping it into single pages using...
    4. Can't publish multiple page publisher file as web page
      Hello! My problem is that I have a newsletter in .pub format that has two pages. However, everytime I try to save or export the file as a web page,...
    5. problem with have multiple subjects appear on the web page in multiple lines
      Hello, group I have got this problem, hoping someone can help me to figure it out what is wrong. I have some fields in the database:...
  3. #2

    Default Re: Page with multiple IFRAMEs

    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?



    <com> wrote in message
    news:googlegroups.com... 


    Nicole Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139