Wednesday, 15 July 2015

asp.net to html convert -



asp.net to html convert -

i'm looking way convert dynamic asp.net page static html. want cut down costs of servers converting static html page. i'm checking, if httracker can help me, maybe there improve software. thanks.

rather converting them static html files, recommend caching pages.

your pages rendered output (the html) stored , retrieved other users until cache expires.

this doing require, added benefit of expiration.

<%@ outputcache duration="60" varybyparam="none" %>

http://msdn.microsoft.com/en-us/library/06bh14hk(v=vs.100).aspx

if not alternative re-create rendered html page source of browser, , paste blank html file.

asp.net html static website converter

No comments:

Post a Comment