Preview in Browser vs Web Site

R

robernst

Is the appearance and operation of web pages and links in the Preview in
Browser the same as in the Web Site when published? Is there any potential
difference?

Thank you.
 
A

Andrew Murray

One issue would be, you can't see server-side scripts functioning or FP
components working with "preview in browser" on a disk based web - they need
to run on a web server with the FPSE installed.

Otherwise no, the look and feel would remain the same.

If you have Windows 2000 Pro or XP Pro, and have IIS installed then publish
to http://localhost (which is where the c:\inetpub\wwwroot folder points
to)- this will give you a better idea of the functioning site.
 
Top