-
Posted to
Troubleshooting
by
mgtroot
on
07-13-2009, 2:45 PM
I think I may have found the difference. The style sheet that the code references were different between the two. And the production style sheet had some http references. I don't fully understand style sheets, but I think the pages pull from that for certain fonts and images, correct?
-
Posted to
Troubleshooting
by
mgtroot
on
07-13-2009, 2:24 PM
How do you check the resulting html... by saying view source code?
I am 100% sure that the two files are same, but what I am wondering though, is sometimes I notice that if i don't build the solution correctly with visual studio, even though the "file" itself may be the same.... sometimes, "it seems" as though the ...
-
Posted to
Troubleshooting
by
mgtroot
on
07-13-2009, 2:00 PM
I have two virtual directores for my website. One directory is for "testing" and the other is production. On both websites, the main page navigation defaults to a default.aspx page.
On my testing site, the page comes up fine, but on my production site, users get a warning that they are about to view mixed ...