Tools to convert asp.net dynamic site into static site

一个人想着一个人 提交于 2019-12-25 18:24:12

问题


Are there any tools that will spider an asp.net website and create a static site?


回答1:


http://www.httrack.com/
Have used for this purpose a few times, may need to do a little tidying up of urls, and some css linked images might not make it, depends on how good a job you want to do.
If you have dreamweaver, you can use that to manage the links if you need to clean up the file names afterwards.
Optionally use the link checker extension for firefox to check it all afterwards.




回答2:


Another solution is wget.




回答3:


I've had good luck with WebZip.




回答4:


You could use OfflineExplorer: http://www.metaproducts.com/mp/Offline_Explorer.htm

This works well as long as you only have GET requests (links). Postbacks will not be executed. Be aware that crawling your site might acually change the underlying database so I would strongly recommend you back up the database and web before using a crawler.



来源:https://stackoverflow.com/questions/44517/tools-to-convert-asp-net-dynamic-site-into-static-site

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!