dreamweaver aspx file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • basreek
    New Member
    • Dec 2009
    • 2

    dreamweaver aspx file

    I have cerated .aspx in dreamweaver. When we are trying browse, its opening file withiout header/footer and menu bar images. What cud be the reason

    sreekantha
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The reason is probably because your server configuration is not the same as your testing configuration.

    If you have a testing structure like:
    • Website Root Directory
      • css directory
        • cssPage1
        • cssPage2
        • ....
      • images directory
        • image1
        • image2
        • ....
      • error web pages directory
        • errorPage1
        • errorPage2
        • ....
      • restricted web pages directory
        • restrictedWebPa ge1
        • restrictedWebPa ge2
        • ....
      • webPage1
      • webPage2
      • web.config
      • ....


    Then your web server has to be the same in order for your web pages to access the css and images.

    -Frinny

    Comment

    Working...