asp.net - Why does my WebPage Change When I put it on IIS -


i write asp.net applications living. @ page through debug (localhost) , looks fine, once put files on iis , view page: things different. controls shifted, , widths changed. exact same css , html.

is asp server issue or iis or what?

uncheck "display intranet sites in compatibility view" under "compatibility view settings"


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -