开发者

Asp.Net publish on server does not some html controls

I have a web application which works fine when i publish and host it on my localhost ... The same published folder i host to a remote server and a few controls go missing on load of the page .I log into remote desktop to the server and try opening the site on the server itself it works fine. But only when i access it from my local system some controls go missing .Is there something i am mi开发者_开发百科ssing on the Browserused on the swerver as well as my local system is IE 8 .

Thanks & Regards, Francis P.


You probably have some URLs with a hard-coded http://localhost/....

Change all of your absolute URLs to relative URLs.

Fiddler and Firebug will be very helpful to see which URLs are being requested.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜