Cannot do Cross Frame Scripting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dotpranay
    New Member
    • Apr 2007
    • 9

    Cannot do Cross Frame Scripting

    Hi,

    I have two websites in my local IIS. Website A and B.
    A runs under SSL and B does not.
    A has a page that has an iframe showing B in that iframe. Both sites being on the same domain. i could write some code in a page in website B so that i can do cross frame scripting.

    This worked fine in my environment. But this did not work when i tried the same on our server.

    Are there any other conditions apart from 'Same domain' that would affect Cross Frame scripting???
  • clain
    New Member
    • Feb 2007
    • 79

    #2
    it depends om your server configuration.. . you might have developed the the web application in IIS with Windows XP and the production server might be Windows 2003 server... so better contact your IIS admin.. and do necessary Tweaking in IIS on windows 2003 server..... Windows 2003 server compliments lots of security features(even though useless ) which are only meant for troubling poor devlopers

    Comment

    • dotpranay
      New Member
      • Apr 2007
      • 9

      #3
      Originally posted by clain
      it depends om your server configuration.. . you might have developed the the web application in IIS with Windows XP and the production server might be Windows 2003 server... so better contact your IIS admin.. and do necessary Tweaking in IIS on windows 2003 server..... Windows 2003 server compliments lots of security features(even though useless ) which are only meant for troubling poor devlopers
      Hi Clain, Thnx a lot for the reply.. i have developed the web app in 2003 and even the server has 2003. But about the security issues that you were talking about.. can you give me some idea about them..

      Comment

      • clain
        New Member
        • Feb 2007
        • 79

        #4
        hope you are using Asp.net or classic ASP for your coding. can i know the error message that you get when u do this? this might help me to identify the exact security flaw and disable it.

        Comment

        Working...