For one projet, I\'ve to generate static .html pages, which are gonna to be published on a remote server.
I\'ve to automate the creation of those files from a c# cod
Rather than generating static HTML pages, I think it would be better to dynamically generate the pages each time, but using Caching to increase performance.
See this article on caching with ASP.NET MVC3 for more information:
http://www.asp.net/mvc/tutorials/older-versions/controllers-and-routing/improving-performance-with-output-caching-cs