I am interested to know that how can I create html file on the fly in .NET. I have a scenario in which the user request a page something like
http://mydomain.com/country/123.html
I want to create that html file on the fly, Bind the content of the page dynamically and show it to the end user? Can someone please suggest what should I need to do to make it possible?