Developing locally in Visual Studio 2010 my page looks great. When I deploy to the development server there is extra spacing and font size differences that mess things up.
Maybe it is because locally the Visual Studio rendering engine is iis7 vs on the development sever it is iis6.
How do I resolve this?
Thanks!!
Mark
IIS got nothing to do with the page look and visual design.
You’re probably viewing the page via the internal Visual Studio browser – don’t do that.
Instead, right click the page and choose “View in browser” to open it with “real” browser like IE, FF or Chrome.