Hello,
I have an ASP.NET web page that I want to write the contents out to a static .html page. The code to do this is being added to a web service that is part of the same application as the ASP.NET web page. My question is, how do I create a static .html page from a ASP.NET page request? Preferably, I would like to do this without using the HttpWebRequest class to cut down on network traffic. Is this possible?
Thank you