New To FrontPage - Used to IIS - VisStudio Development - Compare

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to do some work with a client who uses FrontPage. I've been
developing for many years in the usual IIS, VisualStudio (now .NET) corporate
enterprises. I'm sort of at a loss about this product, though.

Question, is FrontPage a web server product or does it just produce web
content to be used by your web server of choice?

Can FrontPage projects process ASP code and, for example, just use raw ADO
code placed within <% %> tags? In this instance, do the pages need any
special tags at the top of the page, or just the usual <%@
LANGUAGE="VBSCRIPT" %> ASP header stuff?
 
FP can be used to write ASP, ASP.net, PHP scripting as needed.

The generated code pages can then be uploaded via FTP to a server that doesn't have the FP
extensions or via http to a server that does have the FP extensions installed.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top