What is the best way to convert word file to a *.aspx ( .net 2.0). I have articles written in this format that I would like to publish on my web page and reason why I need to convert them to *.aspx ( instead of htm) is : I want to use my master page so that layout is consistent within the website. < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Word files to *.aspx help
pender
Save the word documents as .HTM filtered files and display them in the master page appropriately.
aande2003