Link to home
Create AccountLog in
Avatar of G Scott
G ScottFlag for United States of America

asked on

Page Renders Fine In Debug But Not Runtime

I have a page I created that when I run it in debug or using 'localhost' it renders just fine:
good.jpg
bad.jpg
Avatar of Cluskitt
Cluskitt
Flag of Portugal image

That is usually because debug mode uses an internal server and not IIS. Settings will be different for each. For example, I remember we had a few incompatibilities because the decimal separator for the server was a comma and on the debug pc it was a dot.
Avatar of G Scott

ASKER

My question got submitted before I actually finished typing it and it wouldn't let me edit it. Something weird happened. Anyway, is there anything I can do to fix this?
ASKER CERTIFIED SOLUTION
Avatar of Cluskitt
Cluskitt
Flag of Portugal image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of G Scott

ASKER

Thanks for your input Cluskitt. I will just mirror my IIS settings on my webserver.