i developed a web application and it is working fine in local server. when i place the web application (copy paste the file of asp.net) in another local system it is working fine but the design of the page is (layout of the page) not as in the first server what could be the problem please help me.
the above image is not well formed.
i developed a web application and it is working fine in local server. when
Share
The problem could be related to the fact that links to static resources such as images and CSS are hard-coded. You could use relative paths or try specifying the base.