Is there anyway to convert a master page based site into static html?
I am working on a static website that will run on an old install of apache (legacy system). Using Visual Studio for the comfort level vs. going out and using a different HTML editor. I have a pretty standard site with 10 pages, the menu and header/footer
are constant and are easily handled with masterpages. However... since the output has to be .html for the apache site... wondering if there is a way to develop my pages using masterpages then output to raw HTML?
I am updating the design pending a port to Sharepoint in about 8 months, so looking for the fastest way possible to develop the pages in the new design for the business (vs. redesigning the solution using some other technology).
Has anyone done this? I looked at T4... but it leaves me coding in a .tt file which means I will not have any highlighting etc.
Go to the complete details ...