Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Out of Placed things in server [solved]

Out of Placed things in server [solved]

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netsysadminhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mehdi Ghiasi
    wrote on last edited by
    #1

    Hi! I have been programming a web application with ASP.NET (.Net version 2) . when I run it on localhost, all things are correct. but when I upload files on my web server, many things are out of placed. for example: 1. footer of my page: in localhost, it's on center of the page. in server, it's on right of the page. 2. Textbox sizes: in localhost, they are regular size. but in server, they are bigger and out of their regular place. How can I do to correct this problem? Regards.

    Mahdi Ghiasi

    modified on Friday, February 12, 2010 2:04 AM

    A 1 Reply Last reply
    0
    • M Mehdi Ghiasi

      Hi! I have been programming a web application with ASP.NET (.Net version 2) . when I run it on localhost, all things are correct. but when I upload files on my web server, many things are out of placed. for example: 1. footer of my page: in localhost, it's on center of the page. in server, it's on right of the page. 2. Textbox sizes: in localhost, they are regular size. but in server, they are bigger and out of their regular place. How can I do to correct this problem? Regards.

      Mahdi Ghiasi

      modified on Friday, February 12, 2010 2:04 AM

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      I guess you dont have proper css files published properly. Or the browser doesnt download them correctly. Check the View-Source and see if the deployment and development sources are different. There is no way that browser behaves differently when same code is executed. The problem must be in the html generated. You can also look for other external files which are downloaded with the page is working correctly or not. To simplify your task, Use Fiddeler[^] :rose:

      Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


      My Latest Articles-->****
      InfoBox Visual Studio 2010 Extension
      Windows7 API Code Pack
      Simplify Code Using NDepend**

      A 1 Reply Last reply
      0
      • A Abhishek Sur

        I guess you dont have proper css files published properly. Or the browser doesnt download them correctly. Check the View-Source and see if the deployment and development sources are different. There is no way that browser behaves differently when same code is executed. The problem must be in the html generated. You can also look for other external files which are downloaded with the page is working correctly or not. To simplify your task, Use Fiddeler[^] :rose:

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->****
        InfoBox Visual Studio 2010 Extension
        Windows7 API Code Pack
        Simplify Code Using NDepend**

        A Offline
        A Offline
        Anurag Gandhi
        wrote on last edited by
        #3

        Good One. :)

        Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups