Forum Moderators: mack
You do not need the FrontPage extensions in order to serve FrontPages. The extensions are for development only. I have several clients that use front pages on my servers and they have had no problems.
What you need to do is have all the FrontPage development done on a development server or in a development enviroment, and when the pages are ready to publish on the public server, simply ftp them over. They should run fine.
I used front page to upload it's pages, then I FTP'd the rest of the site - - several thousand pages in thousands of directories.
Then I went back to make a FP change, and the stupid program managed to find the all the directories - even though I didn't tell it about them and stick it's _VTI_ sub-directories in each one.
Now I have to spend a day or two deleting the whole site and rebuilding it and uploading it again
It must have added them all in less than 15 minutes - probably it has some fast way of telling the server to do it and bypassed the time-consuming hand-shaking.
I've been running an FTP program to delete the whole mess, and it's been running for several hours. Seems to have to do them one at a time.
Is there any way of verifying this - [that I can leave out the VTI_CNF_ ].
Bill is right. It will not affect in any way how the pages are displayed.
Like I said before, the best way to do this, if you are locked into using frontpage, is to do all the development on a development machine, search the directories you have created and delete all the auto frontpage folders that get put in your directories. When you are done with that, ftp all the files to the server.
Just a Micro$oft thing :-)
At this point I've deleted everything on the server, I generate my bottom level files in a work directory. Then I use Frontpage for the top level, it doesn't know about all the other files in the subdirectory underneath unless it connects to the server. I manually copy the front page changes from it's directory to my work directory and ftp from there.
Thanks for the help.