I'm looking for a way of generating mhtml from a page in my asp.net web app.

I've seen this website and played with the code but i don't really want to use interop.cdo and interop.adodb. http://www.codeproject.com/KB/aspnet/aspnethtml2mht.aspx

Other than generating all the mhtml myself i'm a bit stumped.... Anyone got any clever ideas?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 1 down vote accepted

This is the ticket; Does 90% of what i need.

http://www.codeproject.com/KB/files/MhtBuilder.aspx

Looks like it was written by this man

link|improve this answer
feedback

We've just generated the MHTML ourselves on some projects, but you may also want to consider some third party components:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.