Thanks. I will use FP's option to clean the asp code to remove the database wizard specific comments. Am I correct in assuming then that FPSE are not used when parsing the FP ASP code?
Then I need to change the bots to make them compatible. Luckily I didn't use many but I did use hundreds of include page bots with code like the following:
<!--webbot bot="include" U-Include="http://mountain
I'm guessing I need to replace those with server side includes but I'm not sure how to go about it. Thats new to me. I have tried the following code but it doesn't work:
<!--#include file="http://mountainnatur
My host is web.com and a windows server.
Thanks again for your help.
wcameron
Main Topics
Browse All Topics





by: coreybryantPosted on 2009-02-10 at 05:00:04ID: 23599869
Looking at FrontPage Server Extensions, I did not see anything about the database information there. There are a few more links that you can verify. If you have any FrontPage WebBot Components that are listed in the post, those are the ones you need to worry about.
FrontPage created the ASP code (albeit its own version) but I am pretty sure it will work since it is still ASP.
Delete all the _vti_cnf files / folders. You can also upgrade to Expression Web. Opening the site in DW should not mess anything up unless you have any FrontPage WebBot Components that are listed in the post.