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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -